Return to the PC grid if the selected PC goes offline or becomes unpaired

This commit is contained in:
Cameron Gutman
2018-08-09 18:48:40 -07:00
parent c61182bcb2
commit 3f81d055af
3 changed files with 21 additions and 0 deletions
+3
View File
@@ -42,6 +42,9 @@ private slots:
void handleBoxArtLoaded(NvComputer* computer, NvApp app, QUrl image);
signals:
void computerLost();
private:
NvComputer* m_Computer;
BoxArtManager m_BoxArtManager;