Update to dms control phase1.
This commit is contained in:
@@ -94,7 +94,7 @@ void GUIMessageDialog::startLoading() {
|
||||
mTimerID = -1;
|
||||
}
|
||||
accept();
|
||||
EventCenter::Default()->triggerEvent(GUIEvents::RequestStop, nullptr, nullptr);
|
||||
EventCenter::Default()->triggerEvent(GUIEvents::RequestFullScanStop, nullptr, nullptr);
|
||||
LOG_USER_OPERATION(Stop);
|
||||
});
|
||||
mTimerID = startTimer(100);
|
||||
@@ -162,4 +162,4 @@ QPoint GUIMessageDialog::getDialogPos()
|
||||
{
|
||||
return mUI->innerWidget->pos();
|
||||
}
|
||||
;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user