Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit c44b2cf

Browse files
QxQQxQ
authored andcommitted
fix: initialize variable
1 parent 9095a02 commit c44b2cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CommandPlugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
bool CommandPlugin::InitializePlugin(const QString &, const QJsonObject &)
77
{
8+
CommandPluginInstance = this;
89
eventHandler = std::make_shared<SimpleEventHandler>();
910
guiInterface = new CommandGUIInterface();
1011
return true;

0 commit comments

Comments
 (0)