From 32f62ad88c62d8abe494c21f7530c721c881c873 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Feb 2011 00:19:52 +0100 Subject: Calm down kDebug messages --- src/mainwindow.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mainwindow.cpp') 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 -- cgit v1.2.1