diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2010-09-15 21:21:33 +0200 |
---|---|---|
committer | Pierre Rossi <pierre.rossi@gmail.com> | 2010-10-08 22:45:02 +0200 |
commit | 6181e316ce8cfc1bef05c466a2470427ceb2deac (patch) | |
tree | 6f4affcedab1a8e63b29638810ee36851642c298 /src/walletbar.cpp | |
parent | Merge branch 'm220' (diff) | |
download | rekonq-6181e316ce8cfc1bef05c466a2470427ceb2deac.tar.xz |
Prompt user before restoring session after a crash.
Shows the about:closedTabs page in the background.
Task: https://bugs.kde.org/show_bug.cgi?id=249228
Diffstat (limited to 'src/walletbar.cpp')
-rw-r--r-- | src/walletbar.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/walletbar.cpp b/src/walletbar.cpp index c2397da9..5a6badef 100644 --- a/src/walletbar.cpp +++ b/src/walletbar.cpp @@ -104,15 +104,6 @@ void WalletBar::notNowRememberData() } -void WalletBar::destroy() -{ - if (parentWidget() && parentWidget()->layout()) - { - parentWidget()->layout()->removeWidget(this); - } - this->deleteLater(); -} - void WalletBar::onSaveFormData(const QString &key, const QUrl &url) { |