X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=8cbe9b81ee4a5e438b55898c1dd62661e4d32184;hp=f227de4f24bb546a781480893fb6cd5a9f8f55b4;hb=4493458caaa821deb69a0cddf13beb98394977bb;hpb=a5dfcc8ecf8b81025d24b3c5c816169e3e030ea4 diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index f227de4f..8cbe9b81 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -105,7 +105,7 @@ public slots: bool setAutoWhoDone(const QString &channel); - inline const Server &usedServer() const { return serverList()[_lastUsedServerIndex]; } + Server usedServer() const; signals: void recvRawServerMsg(QString); @@ -136,7 +136,6 @@ private slots: void startAutoWhoCycle(); #ifdef HAVE_SSL - void sslSocketConnected(); void sslErrors(const QList &errors); #endif