Desktop/remember DCs: move non-UI-specific code into the core layer

This way we can use the same functionality from the mobile UI as well.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-09-21 15:41:28 -07:00
parent 4eb8ed1b29
commit 413b05ab89
3 changed files with 60 additions and 57 deletions

View file

@ -64,7 +64,7 @@ private:
void markChildrenAsDisabled();
void markChildrenAsEnabled();
void updateDeviceEnabled();
void updateRememberedDCs();
void showRememberedDCs();
QStringListModel vendorModel;
QStringListModel productModel;