diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-29 11:59:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-29 11:59:45 +0100 |
commit | ba12e93de03b052ade877b0ddfaef125579e15eb (patch) | |
tree | 7283d833f5f4ba45c5ebcdc3e655a23a93116696 /src/mainwindow.h | |
parent | 1st lines of docs (diff) | |
download | rekonq-ba12e93de03b052ade877b0ddfaef125579e15eb.tar.xz |
Definitely fixed FindBar (orat least, I hope so)
Add some comments
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 2ec5c1bd..fa96eb0e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -75,15 +75,16 @@ private slots: void slotUpdateWindowTitle(const QString &title = QString()); void slotOpenLocation(); void slotAboutToShowBackMenu(); + void geometryChangeRequested(const QRect &geometry); // history related void slotOpenActionUrl(QAction *action); void slotOpenPrevious(); void slotOpenNext(); - void slotShowWindow(); - void slotSwapFocus(); - void geometryChangeRequested(const QRect &geometry); +/* void slotShowWindow(); + void slotSwapFocus();*/ + // File Menu slots |