summaryrefslogtreecommitdiff
path: root/src/walletwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-15 16:15:38 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-15 16:15:38 +0100
commit387984c5373c31957dd3302a92b1052918c0f734 (patch)
tree9ff44376dc508d4a528b415ac27f25c9e43ebc32 /src/walletwidget.h
parentSimpler web classes (but no more friends :) (diff)
parentcreate walletwidget only when necessary (diff)
downloadrekonq-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.h4
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;