11#ifndef LOGSERVERPREFOBJECT_HPP
12#define LOGSERVERPREFOBJECT_HPP
16#include "WkfPrefObject.hpp"
29 static constexpr const char*
cNAME =
"LogServer";
34 void EmitAllSignals();
35 void Apply()
override;
36 PrefData ReadSettings(QSettings& aSettings)
const override;
37 void SaveSettingsP(QSettings& aSettings)
const override;
Q_DECLARE_METATYPE(wizard::ProjectWorkspace *)
#define VI_EXPORT
Definition ViExport.hpp:38
static constexpr const char * cNAME
Definition LogServerPrefObject.hpp:29
PrefObject(QObject *parent=nullptr)
Definition LogServerPrefObject.cpp:15
int GetLogServerPort() const
Definition LogServerPrefObject.hpp:31
Definition LogServerPrefObject.hpp:19
Definition LogServerPrefObject.hpp:21
int mLogServerPort
Definition LogServerPrefObject.hpp:22