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