add the configuration to the plugin
This commit is contained in:
@@ -20,6 +20,8 @@ PlugIn::PlugIn() :
|
||||
PLUGIN_NAME,
|
||||
PLUGIN_VERSION,
|
||||
PLUGIN_DEVELOPER,
|
||||
PLUGIN_COPYRIGHT) { }
|
||||
PLUGIN_COPYRIGHT),
|
||||
m_configuration() {
|
||||
}
|
||||
|
||||
PlugIn::~PlugIn() noexcept { }
|
||||
|
||||
Reference in New Issue
Block a user