diff options
Diffstat (limited to 'plugins/IEView/src/Options.h')
-rw-r--r-- | plugins/IEView/src/Options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/IEView/src/Options.h b/plugins/IEView/src/Options.h index fb5a534453..c0a565043c 100644 --- a/plugins/IEView/src/Options.h +++ b/plugins/IEView/src/Options.h @@ -77,6 +77,8 @@ public: ProtocolSettings(const char *protocolName);
~ProtocolSettings();
+ void readFromDb();
+
__forceinline const char* getProtocolName() { return protocolName; }
__forceinline void setSRMMEnable(bool enable) { this->srmmEnable = enable; }
|