X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoresession.cpp;h=689f043ebc781fa63a587f4c679ccb3d84c1fb11;hb=fa56ee7fc1b94ea27da6b27c919d6df1c0e0490d;hp=929895aec0a999af2b95215bbcbdb5953c11b4d0;hpb=67e4eb295238453c94da41185bcdb20d908859d6;p=quassel.git diff --git a/src/core/coresession.cpp b/src/core/coresession.cpp index 929895ae..689f043e 100644 --- a/src/core/coresession.cpp +++ b/src/core/coresession.cpp @@ -131,7 +131,7 @@ CoreSession::CoreSession(UserId uid, bool restoreState, bool strictIdentEnabled, eventManager()->registerObject(ctcpParser(), EventManager::LowPriority, "send"); // periodically save our session state - connect(&(Core::instance()->syncTimer()), SIGNAL(timeout()), this, SLOT(saveSessionState())); + connect(Core::instance()->syncTimer(), SIGNAL(timeout()), this, SLOT(saveSessionState())); p->synchronize(_bufferSyncer); p->synchronize(&aliasManager());