From f400c9647bfad8f91edb16bc3c4f7e12a8a21246 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 1 Aug 2018 15:04:44 +0200 Subject: [client] ConnectWindow: Restore green checkmark, fix messages The green checkmark signalling a successful connection was broken in commit:e19dcdfe so we restore that. When connecting to a manager directly (room dropdown), a message displaying the last entered session id was shown instead. This closes #3393 --- src/client/connectwindow/connectwindow.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/connectwindow/connectwindow.h') diff --git a/src/client/connectwindow/connectwindow.h b/src/client/connectwindow/connectwindow.h index af45db6..a6c7942 100644 --- a/src/client/connectwindow/connectwindow.h +++ b/src/client/connectwindow/connectwindow.h @@ -93,8 +93,6 @@ protected slots: // void onUdpReadyRead(); void onServerDetected(const QString& host, const quint16 port, const QByteArray& sessionName, const QByteArray& certHash, bool autoConnect); - void onComboBox_keyPressed(QKeyEvent* e); - public slots: /** actually connects the connection **/ void DoConnect(); -- cgit v1.2.3-55-g7522