summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-27 23:48:09 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-27 23:48:09 +0100
commit564e889812a0cbf086f60c0b6c4d35e8aac38795 (patch)
tree0c07a422508990414e54f9f6ad8a694159849706 /src/mainwindow.h
parentUnifies macro style (diff)
downloadrekonq-564e889812a0cbf086f60c0b6c4d35e8aac38795.tar.xz
Shortcut + slot to open downloads page (in a new focused tab)
Google code-in 2011 task by Omer Faruk Oruc. Thanks!!! REVIEW: 103207 REVIEWED-BY: furkan, adjam
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 581b4fd1..e64cdc22 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -89,6 +89,7 @@ private:
void setupPanels();
public Q_SLOTS:
+ void openDownloadsPage();
void homePage(Qt::MouseButtons = Qt::LeftButton, Qt::KeyboardModifiers = Qt::NoModifier);
/**