massive refactoring

This commit is contained in:
2017-05-05 17:55:52 +03:00
parent 6e62ceaac7
commit d0c96ce829
152 changed files with 3041 additions and 3219 deletions

View File

@ -38,8 +38,8 @@ public:
Json
};
explicit AWAbstractFormatter(QWidget *parent,
const QString &filePath = QString());
explicit AWAbstractFormatter(QWidget *_parent = nullptr,
const QString &_filePath = "");
virtual ~AWAbstractFormatter();
virtual QString convert(const QVariant &_value) const = 0;
void copyDefaults(AbstractExtItem *_other) const;
@ -47,8 +47,8 @@ public:
// properties
QString strType() const;
FormatterClass type() const;
void setStrType(const QString &type);
void setType(const FormatterClass _type = FormatterClass::NoFormat);
void setStrType(const QString &_type);
void setType(const FormatterClass _type);
public slots:
virtual void readConfiguration();