summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-03-14 00:06:27 +0100
committerYoann Laissus <yoann.laissus@gmail.com>2010-03-14 00:08:31 +0100
commitcf5d70ff31a166cb13f5c042f019e6193f97526d (patch)
tree5889286127857607dbc4319bf89ab55b3a10f19a /src/mainwindow.cpp
parentAdd middle click support for next, back and home in the main toolbar (diff)
downloadrekonq-cf5d70ff31a166cb13f5c042f019e6193f97526d.tar.xz
Use default value instead of a different function
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index a2768bb6..4b48157b 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -941,12 +941,6 @@ void MainWindow::homePage(Qt::MouseButtons btn)
}
-void MainWindow::homePage()
-{
- homePage(Qt::LeftButton);
-}
-
-
MainView *MainWindow::mainView() const
{
return m_view;
@@ -984,12 +978,6 @@ void MainWindow::browserLoading(bool v)
}
-void MainWindow::openPrevious()
-{
- openPrevious(Qt::LeftButton);
-}
-
-
void MainWindow::openPrevious(Qt::MouseButtons btn)
{
QWebHistory *history = currentTab()->view()->history();
@@ -1004,12 +992,6 @@ void MainWindow::openPrevious(Qt::MouseButtons btn)
}
-void MainWindow::openNext()
-{
- openNext(Qt::LeftButton);
-}
-
-
void MainWindow::openNext(Qt::MouseButtons btn)
{
QWebHistory *history = currentTab()->view()->history();