summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-25 03:22:15 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-26 12:00:20 +0200
commitfdc0144fe2df0b49dc1252ca068180c17929845a (patch)
tree695e09aa4a20055d720f88c99c544c2b156eeee3 /src/mainwindow.h
parentUpdated TODO (diff)
downloadrekonq-fdc0144fe2df0b49dc1252ca068180c17929845a.tar.xz
Clear Private Data 1st implementation
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index aa00e274..85d272e7 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -132,6 +132,9 @@ private slots:
void slotShowMenubar(bool enable);
void slotPreferences();
+ // clear private data
+ void clearPrivateData();
+
private:
MainView *m_view;
FindBar *m_findBar;