configure_network: Remove BCAT

This commit is contained in:
Morph
2021-09-28 21:50:19 -04:00
parent 4acec5283e
commit 673d37a7c2
3 changed files with 0 additions and 208 deletions

View File

@ -25,10 +25,5 @@ public:
private:
void SetConfiguration();
std::pair<QString, QString> BCATDownloadEvents();
void OnBCATImplChanged();
void OnUpdateBCATEmptyLabel(std::pair<QString, QString> string);
std::unique_ptr<Ui::ConfigureNetwork> ui;
QFutureWatcher<std::pair<QString, QString>> watcher{this};
};