mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Create singleton before displaying window
This commit is contained in:
parent
adf52ed301
commit
118d88b973
@ -18,6 +18,8 @@ int main( int argc, char* argv[] )
|
||||
{
|
||||
QApplication app( argc, argv );
|
||||
|
||||
caf::CmdFeatureManager::createSingleton();
|
||||
|
||||
MainWindow window;
|
||||
window.setWindowTitle( "Ceetron Application Framework Test Application" );
|
||||
window.resize( 1000, 810 );
|
||||
|
Loading…
Reference in New Issue
Block a user