diff options
author | Domrachev Alexandr <alexandr.domrachev@gmail.com> | 2009-06-18 22:39:08 +0400 |
---|---|---|
committer | Domrachev Alexandr <alexandr.domrachev@gmail.com> | 2009-06-18 22:39:08 +0400 |
commit | 1df70c152d9621a6b4ec41af19260e737f7ef58b (patch) | |
tree | a5a4dfe76a060466b9834a88fdd0b4f8391682f0 /src/mainwindow.h | |
parent | .gitignore update (diff) | |
download | rekonq-1df70c152d9621a6b4ec41af19260e737f7ef58b.tar.xz |
MainWindow::slotPrivateBrowsing fix
Don't show private browsing confirmation dialog when disabling private
browsing.
Private browsing activation confirm dialog fix.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 411cbe6c..7fcc432c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -102,7 +102,6 @@ private slots: void slotFileOpen(); void slotFilePrintPreview(); void slotFilePrint(); - void slotPrivateBrowsing(bool); void slotFileSaveAs(); void printRequested(QWebFrame *frame); @@ -120,6 +119,7 @@ private slots: // Tools Menu slots void slotToggleInspector(bool enable); + void slotPrivateBrowsing(bool enable); // Settings Menu slots void slotShowMenubar(bool enable); |