mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Simplify app quitting implementation a bit
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
#include <QSettings>
|
||||
#include <QRunnable>
|
||||
|
||||
class Session;
|
||||
|
||||
class MdnsPendingComputer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -74,7 +72,6 @@ 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