mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Minor cleanup of new list code
This commit is contained in:
@@ -164,7 +164,7 @@ GlobalCommandLineParser::ParseResult GlobalCommandLineParser::parse(const QStrin
|
|||||||
"Starts Moonlight normally if no arguments are given.\n"
|
"Starts Moonlight normally if no arguments are given.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Available actions:\n"
|
"Available actions:\n"
|
||||||
" list List the available apps as CSV\n"
|
" list List the available apps on a host\n"
|
||||||
" quit Quit the currently running app\n"
|
" quit Quit the currently running app\n"
|
||||||
" stream Start streaming an app\n"
|
" stream Start streaming an app\n"
|
||||||
" pair Pair a new host\n"
|
" pair Pair a new host\n"
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
#include "backend/boxartmanager.h"
|
#include "backend/boxartmanager.h"
|
||||||
#include "backend/computermanager.h"
|
#include "backend/computermanager.h"
|
||||||
#include "backend/computerseeker.h"
|
#include "backend/computerseeker.h"
|
||||||
#include "streaming/session.h"
|
|
||||||
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|||||||
Reference in New Issue
Block a user