Add UserOperationLog.
This commit is contained in:
@@ -95,7 +95,7 @@ void GUIMessageDialog::startLoading() {
|
||||
}
|
||||
accept();
|
||||
EventCenter::Default()->triggerEvent(GUIEvents::RequestFullScanStop, nullptr, nullptr);
|
||||
LOG_USER_OPERATION(Stop);
|
||||
LOG_USER_OPERATION("Stop Scan");
|
||||
});
|
||||
mTimerID = startTimer(100);
|
||||
mBtnMain->setVisible(true);
|
||||
@@ -117,7 +117,7 @@ void GUIMessageDialog::showExitButton() {
|
||||
mTimerID = -1;
|
||||
}
|
||||
accept();
|
||||
LOG_USER_OPERATION(ConfirmError);
|
||||
LOG_USER_OPERATION("Confirm Error");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user