policymanagement/policyengine/policyengineui/src/PolicyEngineUI.cpp
changeset 66 08c8318ec9cb
parent 55 1c556dee8eb1
equal deleted inserted replaced
64:910464db1b65 66:08c8318ec9cb
   129     QObject::connect(primaryAction, SIGNAL(triggered()), this,
   129     QObject::connect(primaryAction, SIGNAL(triggered()), this,
   130             SLOT(onOKSelected()));
   130             SLOT(onOKSelected()));
   131     QObject::connect(secondaryAction, SIGNAL(triggered()), this,
   131     QObject::connect(secondaryAction, SIGNAL(triggered()), this,
   132             SLOT(onCancelSelected()));
   132             SLOT(onCancelSelected()));
   133 
   133 
       
   134 	emit applicationReady();
   134     if (dialog1)
   135     if (dialog1)
   135         dialog1->show();
   136         dialog1->show();
   136 
   137 
   137     LOGSTRING( "- ShowInputDialog -" );
   138     LOGSTRING( "- ShowInputDialog -" );
   138     }
   139     }