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

@@ -3,6 +3,7 @@
#include "dialogs/DicomSettingsArea.h"
#include "json/jsonobject.h"
#include "recon/ReconManager.h"
#include "log/UserOperationLog.h"
#include <QVBoxLayout>
#include <QLabel>
@@ -105,6 +106,6 @@ bool ReconSettingsDialog::updateReferenceData()
JsonObject::Instance()->setServer(JsonObject::RECON, serverInfo);
ReconManager::getInstance()->setReconIpAndPort(serverIp, serverPort);
QMetaObject::invokeMethod(ReconManager::getInstance(), "checkReconConnection", Qt::QueuedConnection);
LOG_USER_OPERATION("Set Recon Settings");
return true;
}