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,5 +1,7 @@
#include "rangeslider.h"
#include "rangesliderplugin.h"
#include "rangeslider.h"
#include <QtCore/QtPlugin>
@@ -9,8 +11,7 @@ RangeSliderPlugin::RangeSliderPlugin(QObject * parent): QObject(parent) {
void RangeSliderPlugin::initialize(QDesignerFormEditorInterface * /* core */) {
if (m_initialized)
return;
if (m_initialized) return;
// Add extension registrations, etc. here
@@ -66,4 +67,3 @@ QString RangeSliderPlugin::domXml() const {
QString RangeSliderPlugin::includeFile() const {
return QLatin1String("rangeslider.h");
}