code format
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#include "qad_blockview.h"
|
||||
|
||||
#include "blockviewplugin.h"
|
||||
|
||||
QADBlockView::QADBlockView(QObject * parent): QObject(parent)
|
||||
{
|
||||
QADBlockView::QADBlockView(QObject * parent): QObject(parent) {
|
||||
m_widgets.append(new BlockViewPlugin(this));
|
||||
}
|
||||
|
||||
|
||||
QList<QDesignerCustomWidgetInterface * > QADBlockView::customWidgets() const {
|
||||
QList<QDesignerCustomWidgetInterface *> QADBlockView::customWidgets() const {
|
||||
return m_widgets;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user