Additional work in MainWindow for integration with new classes

This commit is contained in:
Cameron Gutman
2018-06-27 22:16:57 -07:00
parent d7d11635a0
commit 1b36071e02
3 changed files with 104 additions and 14 deletions
+5
View File
@@ -222,6 +222,11 @@ public:
bool addNewHost(QString address, bool mdns);
QVector<NvComputer*> getComputers();
// computer is deleted inside this call
void deleteHost(NvComputer* computer);
signals:
void computerStateChanged(NvComputer* computer);