This commit is contained in:
doitux
2007-02-18 22:45:09 +00:00
parent 8598fa1215
commit cde62131d7
@@ -44,7 +44,7 @@ void connectToServerDialogImpl::refresh(int actionID) {
progressBar->setValue(actionID*(100/MSG_SOCK_LAST));
if (actionID == MSG_SOCK_LAST)
QTimer::singleShot(500, this, SLOT(hide()));
QTimer::singleShot(1000, this, SLOT(hide()));
}
void connectToServerDialogImpl::error(int errorID, int osErrorID) {