qt: Add service dialog

This commit is contained in:
Zach Hilman 2019-10-02 08:35:39 -04:00
parent fc31d50e65
commit a012cf713d
5 changed files with 20 additions and 17 deletions

View file

@ -30,5 +30,5 @@ private:
void OnUpdateBCATEmptyLabel(std::pair<QString, QString> string);
std::unique_ptr<Ui::ConfigureService> ui;
QFutureWatcher<std::pair<QString, QString>> watcher;
QFutureWatcher<std::pair<QString, QString>> watcher{this};
};