This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user