diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a30ff208..e4cfffc9 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -104,7 +104,6 @@ private slots: void slotBrowserLoading(bool); void slotUpdateActions(); void slotUpdateWindowTitle(const QString &title = QString()); - void slotOpenLocation(); void geometryChangeRequested(const QRect &geometry); // history related @@ -133,8 +132,7 @@ private slots: void slotToggleInspector(bool enable); void slotPrivateBrowsing(bool enable); - // Settings Menu slots - void slotShowMenubar(bool enable); + // Settings Menu slot void slotPreferences(); // clear private data |