comparison framework/MainWindowBase.cpp @ 774:7bded7599874

Debug tweak only
author Chris Cannam
date Wed, 03 Jun 2020 13:58:29 +0100
parents cf4e0f3c2406
children 56a81812c131 1089d65c585d
comparison
equal deleted inserted replaced
766:cf4e0f3c2406 774:7bded7599874
373 } 373 }
374 374
375 void 375 void
376 MainWindowBase::emitHideSplash() 376 MainWindowBase::emitHideSplash()
377 { 377 {
378 SVDEBUG << "MainWindowBase: Hiding splash screen" << endl; 378 SVDEBUG << "MainWindowBase: Hiding splash screen (if not hidden already)" << endl;
379 emit hideSplash(this); 379 emit hideSplash(this);
380 } 380 }
381 381
382 void 382 void
383 MainWindowBase::finaliseMenus() 383 MainWindowBase::finaliseMenus()