Connect all available controllers in GUI (#380)

This commit is contained in:
Tom 2020-12-03 13:04:05 -07:00 committed by GitHub
commit dff9844132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 19 deletions

View file

@ -41,7 +41,7 @@ class ControllerManager : public QObject
ControllerManager(QObject *parent = nullptr);
~ControllerManager();
QList<int> GetAvailableControllers();
QSet<int> GetAvailableControllers();
Controller *OpenController(int device_id);
signals: