moved to shstk
This commit is contained in:
16
libs/utils/plugin/qad_utils.cpp
Normal file
16
libs/utils/plugin/qad_utils.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
//#include "qpiconfigplugin.h"
|
||||
#include "qad_utils.h"
|
||||
|
||||
QADUtils::QADUtils(QObject * parent): QObject(parent) {
|
||||
//m_widgets.append(new QPIConfigPlugin(this));
|
||||
}
|
||||
|
||||
|
||||
QList<QDesignerCustomWidgetInterface * > QADUtils::customWidgets() const {
|
||||
return m_widgets;
|
||||
}
|
||||
|
||||
|
||||
#if QT_VERSION < 0x050000
|
||||
Q_EXPORT_PLUGIN2(qad_utils_plugin, QADUtils)
|
||||
#endif
|
||||
Reference in New Issue
Block a user