X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmonoapplication.cpp;h=12a89d838b6cf8c98f64b6f6d2138e03e4bba5ad;hb=5cd33e3933873a41be78b229bca15295f9b7b01b;hp=69ca4482e0e6e4466b9eab57f0875011c6a054d9;hpb=1cc49e5bd7542366995f501adf60da4ad90869e2;p=quassel.git diff --git a/src/qtui/monoapplication.cpp b/src/qtui/monoapplication.cpp index 69ca4482..12a89d83 100644 --- a/src/qtui/monoapplication.cpp +++ b/src/qtui/monoapplication.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -71,5 +71,5 @@ void MonolithicApplication::startInternalCore() Core *core = Core::instance(); CoreConnection *connection = Client::coreConnection(); connect(connection, SIGNAL(connectToInternalCore(InternalPeer*)), core, SLOT(setupInternalClientSession(InternalPeer*))); - connect(core, SIGNAL(sessionState(QVariant)), connection, SLOT(internalSessionStateReceived(QVariant))); + connect(core, SIGNAL(sessionState(Protocol::SessionState)), connection, SLOT(internalSessionStateReceived(Protocol::SessionState))); }