Browse Source

fix(ipc): Reorder initialize list

reviewable/pr4272/r3
Diadlo 8 years ago
parent
commit
43c2308b7b
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 4
      src/ipc.cpp

4
src/ipc.cpp

@ -39,8 +39,8 @@ @@ -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");

Loading…
Cancel
Save