diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-15 16:15:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-15 16:15:38 +0100 |
commit | 387984c5373c31957dd3302a92b1052918c0f734 (patch) | |
tree | 9ff44376dc508d4a528b415ac27f25c9e43ebc32 /src/walletwidget.h | |
parent | Simpler web classes (but no more friends :) (diff) | |
parent | create walletwidget only when necessary (diff) | |
download | rekonq-387984c5373c31957dd3302a92b1052918c0f734.tar.xz |
Merge commit 'refs/merge-requests/71' of git://gitorious.org/rekonq/mainline into m71
Diffstat (limited to 'src/walletwidget.h')
-rw-r--r-- | src/walletwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/walletwidget.h b/src/walletwidget.h index 7b20ead5..3e5f6465 100644 --- a/src/walletwidget.h +++ b/src/walletwidget.h @@ -48,6 +48,8 @@ private slots: void rememberData(); void neverRememberData(); void notNowRememberData(); + +public slots: void onSaveFormData(const QString &, const QUrl &); signals: @@ -55,6 +57,8 @@ signals: void saveFormDataRejected(const QString &); private: + void destroy(); + QString m_key; QUrl m_url; |