diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-29 00:52:52 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-29 00:52:52 +0200 |
commit | b60da9d6300097f31d163e86e2d689e9b2bc7cb6 (patch) | |
tree | 82531a3a09b8bf82ebcf234ac2b9f83f751718cb /src/mainwindow.cpp | |
parent | Searchbar fixes: no KDebug && QTimer shot in 200 ms (diff) | |
download | rekonq-b60da9d6300097f31d163e86e2d689e9b2bc7cb6.tar.xz |
Removed unused MainView loadUrlPage signal
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 377f74a8..827f10c1 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -103,7 +103,6 @@ MainWindow::MainWindow() setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); // --------- connect signals and slots - connect(m_view, SIGNAL(loadUrlPage(const KUrl &)), this, SLOT(loadUrl(const KUrl &))); connect(m_view, SIGNAL(setCurrentTitle(const QString &)), this, SLOT(slotUpdateWindowTitle(const QString &))); connect(m_view, SIGNAL(loadProgress(int)), this, SLOT(slotLoadProgress(int))); connect(m_view, SIGNAL(geometryChangeRequested(const QRect &)), this, SLOT(geometryChangeRequested(const QRect &))); |