From 649b191909ce18ac7be0705d923efb32975061eb Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Thu, 12 May 2016 16:12:03 +0200 Subject: rename hide->cancel --- src/client/connectwindow/connectwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/connectwindow/connectwindow.cpp') diff --git a/src/client/connectwindow/connectwindow.cpp b/src/client/connectwindow/connectwindow.cpp index 9bd8d12..acb9e09 100644 --- a/src/client/connectwindow/connectwindow.cpp +++ b/src/client/connectwindow/connectwindow.cpp @@ -39,7 +39,7 @@ ConnectWindow::ConnectWindow(QWidget *parent) : QWidget(parent) // Set actions of buttons connect(_ui->btn_connection, SIGNAL(clicked()), this, SLOT(onBtnConnection())); - connect(_ui->btn_hide, SIGNAL(clicked()), this, SLOT(onBtnHide())); + connect(_ui->btn_hide, SIGNAL(clicked()), this, SLOT(onBtnCancel())); connect(_ui->comboBox_rooms, SIGNAL(currentIndexChanged(int)), this, SLOT(onRoomSelection(int))); @@ -255,7 +255,7 @@ void ConnectWindow::setAvailableRooms(QList m) { * Handle click on Cancel/Hide Button. * Just hide the window. */ -void ConnectWindow::onBtnHide() +void ConnectWindow::onBtnCancel() { this->hide(); } -- cgit v1.2.3-55-g7522