diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-04 00:19:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-04 00:19:00 +0200 |
commit | 34bc7306e5182efd07ab61d80e30bef5cf45d87c (patch) | |
tree | 5adf9b65628a83c55b9ac1c1c83bc0a6e1c718af /src/mainwindow.h | |
parent | Removed completion object from UrlBar (diff) | |
download | rekonq-34bc7306e5182efd07ab61d80e30bef5cf45d87c.tar.xz |
Improving Multi Windows implementation
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 |