code format
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "scroll_spin_box.h"
|
||||
#include "scroll_spin_boxplugin.h"
|
||||
|
||||
#include "scroll_spin_box.h"
|
||||
|
||||
#include <QtCore/QtPlugin>
|
||||
|
||||
|
||||
@@ -9,8 +11,7 @@ ScrollSpinBoxPlugin::ScrollSpinBoxPlugin(QObject * parent): QObject(parent) {
|
||||
|
||||
|
||||
void ScrollSpinBoxPlugin::initialize(QDesignerFormEditorInterface * /* core */) {
|
||||
if (m_initialized)
|
||||
return;
|
||||
if (m_initialized) return;
|
||||
|
||||
// Add extension registrations, etc. here
|
||||
|
||||
@@ -66,4 +67,3 @@ QString ScrollSpinBoxPlugin::domXml() const {
|
||||
QString ScrollSpinBoxPlugin::includeFile() const {
|
||||
return QLatin1String("scroll_spin_box.h");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user