X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.cpp;h=4170760620ddd36c72a427b21ad537e4a95e42dd;hp=94119f5ea7e3591ab2ce50657061a63af9036fa3;hb=c2e87bdf88192d364ad18ea28ad4cd959cd5d2ef;hpb=38db2f48a30f697ef8c0b61dfa6345e8a53336fd diff --git a/src/client/client.cpp b/src/client/client.cpp index 94119f5e..41707606 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -161,7 +161,7 @@ void Client::disconnectFromCore() { } void Client::coreSocketConnected() { - connect(this, SIGNAL(recvPartialItem(quint32, quint32)), this, SIGNAL(coreConnectionProgress(uint, uint))); + connect(this, SIGNAL(recvPartialItem(uint, uint)), this, SIGNAL(coreConnectionProgress(uint, uint))); emit coreConnectionMsg(tr("Synchronizing to core...")); VarMap clientInit; clientInit["GuiProtocol"] = GUI_PROTOCOL;