diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-12-16 23:48:29 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-16 23:48:29 +0100 |
commit | beee4bb1f8f23a5b3b7da5187e385f5554314ca5 (patch) | |
tree | 749b42a27324b069ff2143d03ee12f030d611db1 /src/mainwindow.h | |
parent | Downloads page improvement (diff) | |
download | rekonq-beee4bb1f8f23a5b3b7da5187e385f5554314ca5.tar.xz |
Home page shortcut containing CTRL fix
Please, refer to rb #103428 description to have a proper explanation
of the issue.
Thanks to Thomas Murach for fixing the bug he discovered :)
REVIEW: 103428
REVIEWED-BY: adjam
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 8d827b04..2b413900 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -90,7 +90,7 @@ private: public Q_SLOTS: void openDownloadsPage(); - void homePage(Qt::MouseButtons = Qt::LeftButton, Qt::KeyboardModifiers = Qt::NoModifier); + void homePage(); /** * Notifies a message in a popup |