mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-08 03:15:51 +00:00
use overloaded constructors to create tests
This commit is contained in:
@ -31,8 +31,7 @@ class AWNoFormatter : public AWAbstractFormatter
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AWNoFormatter(QWidget *parent, const QString filePath);
|
||||
explicit AWNoFormatter(QWidget *parent);
|
||||
explicit AWNoFormatter(QWidget *parent, const QString filePath = QString());
|
||||
virtual ~AWNoFormatter();
|
||||
QString convert(const QVariant &_value) const;
|
||||
AWNoFormatter *copy(const QString _fileName, const int _number);
|
||||
|
Reference in New Issue
Block a user