summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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;