feat: Add UserOperationLog : Ip Settings, Mpps Settings, Worklist Settings, Recon Settings, Pacs Settings, Rest Password, Add Account, Set Lock Screen, Set Anonymousmode, Set Screen Saver, Set Default Protocol,

This commit is contained in:
sunwen
2024-06-11 15:21:00 +08:00
parent 1e4af17daf
commit 26a6e86cc9
7 changed files with 29 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
#include "components/ULineEdit.h"
#include "dialogs/DicomSettingsArea.h"
#include "json/jsonobject.h"
#include "log/UserOperationLog.h"
#include <QVBoxLayout>
#include <QLabel>
@@ -102,6 +103,6 @@ bool WorklistSettingsDialog::updateReferenceData()
serverInfo.localAE = myAETitle;
serverInfo.port = serverPort;
JsonObject::Instance()->setServer(JsonObject::WORKLIST, serverInfo);
LOG_USER_OPERATION("Set Worklist Settings");
return true;
}