qt4-b-gone: Remove all code supporting Qt < 5.5 and KDE4
[quassel.git] / src / client / clientauthhandler.h
index 888f935..a43d9c8 100644 (file)
@@ -90,10 +90,6 @@ private:
     void checkAndEnableSsl(bool coreSupportsSsl);
     void startRegistration();
 
-#if QT_VERSION < 0x050000
-    QByteArray sha2_512(const QByteArray &input);
-#endif
-
 private slots:
     void onSocketConnected();
     void onSocketStateChanged(QAbstractSocket::SocketState state);