|
|
@ -105,6 +105,8 @@ void Nexus::start() |
|
|
|
qRegisterMetaType<ToxId>("ToxId"); |
|
|
|
qRegisterMetaType<ToxId>("ToxId"); |
|
|
|
qRegisterMetaType<GroupInvite>("GroupInvite"); |
|
|
|
qRegisterMetaType<GroupInvite>("GroupInvite"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
qApp->setQuitOnLastWindowClosed(false); |
|
|
|
|
|
|
|
|
|
|
|
#ifdef Q_OS_MAC |
|
|
|
#ifdef Q_OS_MAC |
|
|
|
// TODO: still needed?
|
|
|
|
// TODO: still needed?
|
|
|
|
globalMenuBar = new QMenuBar(0); |
|
|
|
globalMenuBar = new QMenuBar(0); |
|
|
|