diff options
| author | 2016-01-03 01:55:35 +0100 | |
|---|---|---|
| committer | 2016-01-03 01:55:35 +0100 | |
| commit | 226d25a975d3a65f33bea87098800a81bc09b4ed (patch) | |
| tree | 3b68ce1c6e16a663c36d1aeefb62314572d97e07 /src/modules/options/libkvioptions.cpp | |
| parent | remove version from splash (diff) | |
| download | KVIrc-226d25a975d3a65f33bea87098800a81bc09b4ed.tar.gz KVIrc-226d25a975d3a65f33bea87098800a81bc09b4ed.tar.bz2 KVIrc-226d25a975d3a65f33bea87098800a81bc09b4ed.zip | |
Startup times are negligible nowadays. Remove splash screen. Close #1808.
Diffstat (limited to 'src/modules/options/libkvioptions.cpp')
| -rw-r--r-- | src/modules/options/libkvioptions.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/modules/options/libkvioptions.cpp b/src/modules/options/libkvioptions.cpp index f5bcba8a3..9cb3ad246 100644 --- a/src/modules/options/libkvioptions.cpp +++ b/src/modules/options/libkvioptions.cpp @@ -34,7 +34,6 @@ #include "KviLocale.h" #include "KviControlCodes.h" #include "kvi_out.h" -#include "KviSplashScreen.h" #include "KviPointerHashTable.h" #include <QSplitter> @@ -229,16 +228,6 @@ static bool options_kvs_cmd_edit(KviKvsModuleCommandCall * c) //wc->setModal(true); - // a trick for the dialog covering the splash screen before the time (this is prolly a WM or Qt bug) - if(g_pSplashScreen) - { - if(g_pSplashScreen->isVisible()) // another bug: this ALWAYS RETURNS true, even if the splash was hidden by a mouse click... - { - QObject::connect(g_pSplashScreen,SIGNAL(destroyed()),wc,SLOT(show())); - return true; - } - } - wc->show(); wc->raise(); return true; |
