[KPhotoAlbum] splashscreen
Christoph Moseler
forums at moseler.net
Sun Oct 29 21:56:59 GMT 2006
Hi Jesper,
the splashscreen is not shown during the "Loading Database" phase.
fix:
bool MainWindow::Window::load()
[...]
- if ( Settings::SettingsData::instance()->showSplashScreen() )
+ if ( Settings::SettingsData::instance()->showSplashScreen() ) {
SplashScreen::instance()->show();
+ qApp->processEvents();
+ }
Sorry for being a perfectionist ;-)
Christoph
More information about the Kphotoalbum
mailing list