Remove all of plugin_support
This commit is contained in:
parent
09ef4cdf6b
commit
b0fa02455c
25 changed files with 46 additions and 1007 deletions
|
|
@ -5,9 +5,9 @@
|
|||
#include "UserConfiguration.h"
|
||||
#include <QTextStream>
|
||||
|
||||
CodeGenerator::CodeGenerator(IPluginContentWidgetContext *context, PluginModule *module, QWidget *parent) :
|
||||
PluginContentWidget(context, module, parent),
|
||||
ui(new Ui::CodeGenerator)
|
||||
CodeGenerator::CodeGenerator(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
, ui(new Ui::CodeGenerator)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue