diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2014-11-07 18:29:56 +0100 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2014-11-07 18:29:56 +0100 |
commit | 29ced6bf8dfa6780fc188192cfdc36ea6315cce8 (patch) | |
tree | 33848aa946ad6a5b0b5d4ad5b4f9039c5f046da0 /lumina-desktop/main.cpp | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
parent | Streamline the file manager quite a bit by putting the long-lived checks in a... (diff) | |
download | lumina-29ced6bf8dfa6780fc188192cfdc36ea6315cce8.tar.gz lumina-29ced6bf8dfa6780fc188192cfdc36ea6315cce8.tar.bz2 lumina-29ced6bf8dfa6780fc188192cfdc36ea6315cce8.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'lumina-desktop/main.cpp')
-rw-r--r-- | lumina-desktop/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/main.cpp b/lumina-desktop/main.cpp index 8c99a902..884e9441 100644 --- a/lumina-desktop/main.cpp +++ b/lumina-desktop/main.cpp @@ -82,7 +82,7 @@ int main(int argc, char ** argv) if(DEBUG){ qDebug() << "Load Locale:" << timer->elapsed(); } a.LoadLocale(QLocale().name()); //Start launching external applications - QTimer::singleShot(2000, &a, SLOT(launchStartupApps()) ); //wait a second first + QTimer::singleShot(2000, &a, SLOT(launchStartupApps()) ); //wait a couple seconds first if(DEBUG){ qDebug() << "Exec Time:" << timer->elapsed(); delete timer;} int retCode = a.exec(); //qDebug() << "Stopping the window manager"; |