diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-15 17:01:04 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-15 17:01:04 +0100 |
commit | 1be07ceabb90b9ca510dd6ff3f2f3bdb6e448543 (patch) | |
tree | 8897b7fd209889561a5047f4fdc9edd95f61ee38 /src/walletwidget.cpp | |
parent | Merge commit 'refs/merge-requests/71' of git://gitorious.org/rekonq/mainline ... (diff) | |
parent | factor out WebTab class from WebView (diff) | |
download | rekonq-1be07ceabb90b9ca510dd6ff3f2f3bdb6e448543.tar.xz |
I tried a bit, but this is not working pretty well :(
We are actually creating two widget for request.
I'll merge it anyway to let you fix it :)
Merge commit 'refs/merge-requests/72' of git://gitorious.org/rekonq/mainline into m72
Conflicts:
src/mainview.cpp
src/webview.cpp
Diffstat (limited to 'src/walletwidget.cpp')
-rw-r--r-- | src/walletwidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/walletwidget.cpp b/src/walletwidget.cpp index 156a3ba5..c7100a4d 100644 --- a/src/walletwidget.cpp +++ b/src/walletwidget.cpp @@ -38,6 +38,7 @@ #include <QHBoxLayout> #include <QString> + WalletWidget::WalletWidget(QWidget *parent) : QWidget(parent) , m_label( new QLabel(this) ) @@ -95,6 +96,7 @@ void WalletWidget::notNowRememberData() destroy(); } + void WalletWidget::destroy() { if (parentWidget() && parentWidget()->layout()) |