Add network test option to PC context menu

This commit is contained in:
Cameron Gutman
2020-08-08 20:25:26 -07:00
parent 8c2c4d3282
commit fb6995db94
6 changed files with 102 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ public:
Q_INVOKABLE void pairComputer(int computerIndex, QString pin);
Q_INVOKABLE void testConnectionForComputer(int computerIndex);
Q_INVOKABLE void wakeComputer(int computerIndex);
Q_INVOKABLE void renameComputer(int computerIndex, QString name);
@@ -43,6 +45,7 @@ public:
signals:
void pairingCompleted(QVariant error);
void connectionTestCompleted(int result, QString blockedPorts);
private slots:
void handleComputerStateChanged(NvComputer* computer);