Fixed isComplete() for credential setup dialog.

This commit is contained in:
Klaas Freitag 2013-01-23 10:57:07 +01:00
parent 4ea4c70443
commit 7614776e10

View File

@ -97,6 +97,7 @@ OwncloudSetupPage::OwncloudSetupPage()
_ui.cbSecureConnect->setEnabled(QSslSocket::supportsSsl());
connect( _ui.lePassword, SIGNAL(textChanged(QString)), this, SIGNAL(completeChanged()));
connect( _ui.leUsername, SIGNAL(textChanged(QString)), this, SIGNAL(completeChanged()));
connect( _ui.cbNoPasswordStore, SIGNAL(stateChanged(int)), this, SLOT(slotPwdStoreChanged(int)));
connect( _ui.cbSecureConnect, SIGNAL(stateChanged(int)), this, SLOT(slotSecureConChanged(int)));