mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
* Add quit cli command and app quit option after stream session. Fixes #92 * Code review fixes.
This commit is contained in:
committed by
Cameron Gutman
parent
ad47990a87
commit
0ab07303c9
@@ -14,6 +14,8 @@
|
||||
#include <QSettings>
|
||||
#include <QRunnable>
|
||||
|
||||
class Session;
|
||||
|
||||
class MdnsPendingComputer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -72,6 +74,7 @@ public:
|
||||
void pairHost(NvComputer* computer, QString pin);
|
||||
|
||||
void quitRunningApp(NvComputer* computer);
|
||||
Q_INVOKABLE void quitRunningApp(Session* session);
|
||||
|
||||
QVector<NvComputer*> getComputers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user