actually create the QCoreApplication instance

This commit is contained in:
Stephen Birarda 2013-11-07 15:06:11 -08:00
parent 40dec7c05f
commit ce52395a08

View file

@ -38,7 +38,7 @@ int argc = 0;
char** argv = NULL;
void childClient() {
QCoreApplication(::argc, ::argv);
QCoreApplication application(::argc, ::argv);
// set the logging target to the the CHILD_TARGET_NAME
Logging::setTargetName(CHILD_TARGET_NAME);