feat: merge the UserOperationLog and SystemOperationLog in LogManager.

This commit is contained in:
sunwen
2024-07-29 17:46:31 +08:00
parent 9c96fbbba6
commit 2c4783674e
27 changed files with 150 additions and 104 deletions

View File

@@ -17,7 +17,7 @@
#include "db/SQLHelper.h"
#include "event/EventCenter.h"
#include "dialogs/DialogManager.h"
#include "log/UserOperationLog.h"
#include "log/LogManager.h"
#include "components/VerticalTextToolButton.h"
#include "PatientAddDateDelegate.h"
#include "dicom/WorkListManager.h"