16
17
ui->feedbackLabel->setText(QString());
20
19
ui->hostnameLabel->setText(m_greeter->hostname());
34
24
connect(ui->loginButton, SIGNAL(released()), SLOT(onLoginButtonClicked()));
35
25
connect(m_greeter, SIGNAL(authenticationComplete(bool)), SLOT(onAuthenticationComplete(bool)));