policymanagement/policyengine/policyengineui/src/PolicyEngineUi.cpp
changeset 72 8ee66fcd0a7c
parent 57 f5b689a4f7a2
equal deleted inserted replaced
68:415c00f1675d 72:8ee66fcd0a7c
   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     }