code format

This commit is contained in:
2022-12-14 14:14:33 +03:00
parent 09e5342956
commit cdb02fc9be
278 changed files with 15371 additions and 12176 deletions

View File

@@ -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;
}