mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
[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;
|
||||
}
|
||||
|
||||
PingHelper::PingHelper()
|
||||
PingHelper::PingHelper() : QObject()
|
||||
{
|
||||
QObject();
|
||||
pingThread = new QThread;
|
||||
pingUpdater = new PingUpdater;
|
||||
pingUpdater->moveToThread(pingThread);
|
||||
|
|
Loading…
Reference in a new issue