mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-06 10:25:52 +00:00
use overloaded constructors to create tests
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user