diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-16 00:19:52 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-16 00:19:52 +0100 |
commit | 32f62ad88c62d8abe494c21f7530c721c881c873 (patch) | |
tree | 6c99ed8cdd07f86d83c381c36a3b29f2a20d0597 /src/mainwindow.cpp | |
parent | Removed unused (?) lastTabClosed signal (diff) | |
download | rekonq-32f62ad88c62d8abe494c21f7530c721c881c873.tar.xz |
Calm down kDebug messages
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8744af1b..35f47701 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -157,8 +157,6 @@ MainWindow::MainWindow() // give me some time to do all the other stuffs... QTimer::singleShot(100, this, SLOT(postLaunch())); - - kDebug() << "MainWindow ctor...DONE"; } @@ -189,8 +187,6 @@ MainWindow::~MainWindow() void MainWindow::setupToolbars() { - kDebug() << "setup toolbars..."; - KAction *a; // location bar @@ -362,8 +358,6 @@ void MainWindow::changeWindowIcon(int index) void MainWindow::setupActions() { - kDebug() << "setup actions..."; - // this let shortcuts work.. actionCollection()->addAssociatedWidget(this); @@ -553,7 +547,6 @@ void MainWindow::setupActions() void MainWindow::setupTools() { - kDebug() << "setup tools..."; KActionMenu *toolsAction = new KActionMenu(KIcon("configure"), i18n("&Tools"), this); toolsAction->setDelayed(false); toolsAction->setShortcutConfigurable(true); @@ -571,7 +564,6 @@ void MainWindow::setupTools() void MainWindow::setupPanels() { - kDebug() << "setup panels..."; KAction* a; // STEP 1 |