X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=ea30bcd41ec6e4b34a54fc2814d17d755fe48120;hp=684cb581331358369f84eb3651254cca8b5b2eef;hb=236dda81632fa792e788d45b0f4f31b973823f7f;hpb=12088be1ee7c16faf52a39ab2b6e01a6ec7bfeb6 diff --git a/src/client/client.h b/src/client/client.h index 684cb581..ea30bcd4 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -129,7 +129,6 @@ signals: void showConfigWizard(const QVariantMap &coredata); void connected(); - void securedConnection(); void disconnected(); void coreConnectionStateChanged(bool); @@ -188,8 +187,6 @@ private slots: void createDefaultBufferView(); void createDefaultIdentity(); void createDefaultNetworks(); - void setSecuredConnection(); - private: Client(QObject *parent = 0);