Fix release job trigger.

This commit is contained in:
2025-03-14 17:24:26 -04:00
parent de9ef4c948
commit 40119856de
6 changed files with 7 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ WidgetPluginCollection::WidgetPluginCollection(QObject * parent) :
"Qtk::ToolBox",
"toolbox.h",
[](QWidget * parent) { return new Qtk::ToolBox(parent); }),
// TODO: Add and test DebugConsole, separate source code into plugins/ dir
};
}