X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=40086acc9e6a3c24cfaa52182b29ac940ba8e75c;hp=9f881d117f2d322ae9e247a352474c5317f80497;hb=f7e987956ef7e469a493a669e2f0c0901f5a7ead;hpb=167ef57a636052f8e18a206e84c3447552e84d2b diff --git a/src/client/client.h b/src/client/client.h index 9f881d11..40086acc 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -174,9 +174,9 @@ private slots: void coreNetworkCreated(NetworkId); void coreNetworkRemoved(NetworkId); - void setConnectedToCore(QIODevice *socket, AccountId id); - void setConnectedToInternalCore(); + void setConnectedToCore(AccountId id, QIODevice *socket = 0); void setSyncedToCore(); + void requestInitialBacklog(); void setSecuredConnection();