summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b3f88472..b50c5867 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -69,7 +69,7 @@ private:
void setupHistoryMenu();
void setupBars();
void setupTools();
-
+
void setupSidePanel();
SidePanel *sidePanel();
@@ -131,11 +131,10 @@ private slots:
// Settings Menu slots
void slotShowMenubar(bool enable);
void slotPreferences();
- void configureWebShortcuts();
-
+
// clear private data
void clearPrivateData();
-
+
private:
MainView *m_view;
FindBar *m_findBar;