Merge pull request #1222 from birarda/master

actually create the QCoreApplication instance
This commit is contained in:
ZappoMan 2013-11-07 15:06:53 -08:00
commit c87446c90f

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);