summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 5d0d1d0c..cbef274a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -152,7 +152,8 @@ MainWindow::MainWindow()
// no more status bar..
setStatusBar(0);
- QTimer::singleShot(0, this, SLOT(postLaunch()));
+ // give me some time to do all the other stuffs...
+ QTimer::singleShot(100, this, SLOT(postLaunch()));
kDebug() << "MainWindow ctor...DONE";
}