forked from teamnwah/openmw-tes3coop
[Browser] Correctly init parent class
This commit is contained in:
parent
62588ce088
commit
1fd16ba69c
1 changed files with 1 additions and 2 deletions
|
@ -35,9 +35,8 @@ PingHelper &PingHelper::Get()
|
||||||
return helper;
|
return helper;
|
||||||
}
|
}
|
||||||
|
|
||||||
PingHelper::PingHelper()
|
PingHelper::PingHelper() : QObject()
|
||||||
{
|
{
|
||||||
QObject();
|
|
||||||
pingThread = new QThread;
|
pingThread = new QThread;
|
||||||
pingUpdater = new PingUpdater;
|
pingUpdater = new PingUpdater;
|
||||||
pingUpdater->moveToThread(pingThread);
|
pingUpdater->moveToThread(pingThread);
|
||||||
|
|
Loading…
Reference in a new issue