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