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

Commit

Permalink
fix: initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
QxQ authored and QxQ committed Sep 22, 2020
1 parent 9095a02 commit c44b2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CommandPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

bool CommandPlugin::InitializePlugin(const QString &, const QJsonObject &)
{
CommandPluginInstance = this;
eventHandler = std::make_shared<SimpleEventHandler>();
guiInterface = new CommandGUIInterface();
return true;
Expand Down

0 comments on commit c44b2cf

Please sign in to comment.