This commit is contained in:
doitux
2007-02-18 23:09:55 +00:00
parent ab0be3910f
commit 0e97914f94
@@ -44,7 +44,7 @@ void connectToServerDialogImpl::refresh(int actionID) {
progressBar->setValue(actionID*(100/MSG_SOCK_LAST)); progressBar->setValue(actionID*(100/MSG_SOCK_LAST));
if (actionID == MSG_SOCK_LAST) if (actionID == MSG_SOCK_LAST)
QTimer::singleShot(1000, this, SLOT(hide())); QTimer::singleShot(1000, this, SLOT(accept()));
} }
void connectToServerDialogImpl::error(int errorID, int osErrorID) { void connectToServerDialogImpl::error(int errorID, int osErrorID) {