diff options
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()) |