diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 19:25:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 19:25:43 +0200 |
commit | 0e4a3b6077a276767f76bf52b5c09036b3d89114 (patch) | |
tree | 78a50e37a3815ea90baf11882d1e8b53a07eb923 /src/mainwindow.h | |
parent | New history menu code comments (diff) | |
download | rekonq-0e4a3b6077a276767f76bf52b5c09036b3d89114.tar.xz |
Finally fixed F5 shortcut
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 0d17ef4d..d9180b69 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -89,11 +89,9 @@ private slots: void slotUpdateActions(); 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(); |