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

@ -42,7 +42,7 @@ class ExtWeather : public AbstractExtItem
Q_PROPERTY(int ts READ ts WRITE setTs)
public:
explicit ExtWeather(QWidget *parent = nullptr,
explicit ExtWeather(QWidget *parent,
const QString filePath = QString());
virtual ~ExtWeather();
ExtWeather *copy(const QString _fileName, const int _number);