code format
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "qad_sql_table.h"
|
||||
#include "sql_table_plugin.h"
|
||||
|
||||
#include "sql_record_plugin.h"
|
||||
#include "sql_table_plugin.h"
|
||||
|
||||
|
||||
QADSQLTable::QADSQLTable(QObject * parent): QObject(parent) {
|
||||
@@ -9,7 +10,7 @@ QADSQLTable::QADSQLTable(QObject * parent): QObject(parent) {
|
||||
}
|
||||
|
||||
|
||||
QList<QDesignerCustomWidgetInterface * > QADSQLTable::customWidgets() const {
|
||||
QList<QDesignerCustomWidgetInterface *> QADSQLTable::customWidgets() const {
|
||||
return m_widgets;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user