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/mainview.h | |
parent | New history menu code comments (diff) | |
download | rekonq-0e4a3b6077a276767f76bf52b5c09036b3d89114.tar.xz |
Finally fixed F5 shortcut
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 9ee2f12a..36fadfb4 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -133,8 +133,6 @@ public slots: private slots: void slotCurrentChanged(int index); -// void aboutToShow/*Rec*/entTabsMenu(); -// void aboutToShowRecentTriggeredAction(QAction *action); // need QAction! void webViewLoadStarted(); void webViewLoadProgress(int progress); |