code format
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#include "mathmatrixedit.h"
|
||||
|
||||
#include "matrixedit.h"
|
||||
#include "qvariantedit_custom.h"
|
||||
#include "qad_types.h"
|
||||
#include "qvariantedit_custom.h"
|
||||
|
||||
#include <QBoxLayout>
|
||||
|
||||
|
||||
@@ -39,12 +41,10 @@ void MathMatrixEdit::setReadOnly(bool yes) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
class MathMatrixEditFactory: public QVariantEditorFactoryBase {
|
||||
public:
|
||||
MathMatrixEditFactory() {}
|
||||
QWidget * createEditor() override {return new MathMatrixEdit();}
|
||||
QWidget * createEditor() override { return new MathMatrixEdit(); }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user