1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(ipc): Reorder initialize list

This commit is contained in:
Diadlo 2017-06-11 19:36:37 +03:00
parent aa356bb73a
commit 43c2308b7b
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -39,8 +39,8 @@
*/
IPC::IPC(uint32_t profileId)
: globalMemory{"qtox-" IPC_PROTOCOL_VERSION}
, profileId{profileId}
: profileId{profileId}
, globalMemory{"qtox-" IPC_PROTOCOL_VERSION}
{
qRegisterMetaType<IPCEventHandler>("IPCEventHandler");