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,7 +1,8 @@
#include "qad_touch_widgets.h"
#include "touchsliderplugin.h"
#include "touchbuttframeplugin.h"
#include "touchbuttonplugin.h"
#include "touchsliderplugin.h"
QADTouchWidgets::QADTouchWidgets(QObject * parent): QObject(parent) {
@@ -11,7 +12,7 @@ QADTouchWidgets::QADTouchWidgets(QObject * parent): QObject(parent) {
}
QList<QDesignerCustomWidgetInterface*> QADTouchWidgets::customWidgets() const {
QList<QDesignerCustomWidgetInterface *> QADTouchWidgets::customWidgets() const {
return m_widgets;
}