User operation log, v1

This commit is contained in:
Krad
2021-11-19 15:36:12 +08:00
parent bca10e3e60
commit 99754ab84f
9 changed files with 144 additions and 44 deletions

View File

@@ -1,3 +1,4 @@
#include "log/UserOperationLog.h"
#include "guimessagedialog.h"
#include "ui_guimessagedialog.h"
#include "event/EventCenter.h"
@@ -86,6 +87,7 @@ void GUIMessageDialog::showExitButton() {
timerID = -1;
}
accept();
LOG_USER_OPERATION(ConfirmError);
});
}