Add tests and UI fields for #118

This commit is contained in:
2017-04-20 00:21:34 +03:00
parent 99c750fd0b
commit 8be4cc6e82
12 changed files with 144 additions and 5 deletions

View File

@ -42,8 +42,9 @@ private slots:
private:
ExtUpgrade *extItem = nullptr;
QString comment = QString("A comment");
QString name = QString("A name");
QString comment;
QString name;
QString socket;
QString fileName;
QString writeFileName;
};