use overloaded constructors to create tests

This commit is contained in:
2016-05-19 16:28:19 +03:00
parent f717c984b7
commit e71da9bdfb
20 changed files with 29 additions and 90 deletions

View File

@ -27,7 +27,7 @@ class AWAbstractFormatter : public AbstractExtItem
Q_PROPERTY(QString type READ type WRITE setType)
public:
explicit AWAbstractFormatter(QWidget *parent = nullptr,
explicit AWAbstractFormatter(QWidget *parent,
const QString filePath = QString());
virtual ~AWAbstractFormatter();
virtual QString convert(const QVariant &_value) const = 0;