mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Add prefix for NvLogLevel enum values
This commit is contained in:
@@ -117,9 +117,9 @@ class NvHTTP
|
||||
{
|
||||
public:
|
||||
enum NvLogLevel {
|
||||
NONE,
|
||||
ERROR,
|
||||
VERBOSE
|
||||
NVLL_NONE,
|
||||
NVLL_ERROR,
|
||||
NVLL_VERBOSE
|
||||
};
|
||||
|
||||
explicit NvHTTP(QString address, QSslCertificate serverCert);
|
||||
@@ -150,7 +150,7 @@ public:
|
||||
QString command,
|
||||
QString arguments,
|
||||
int timeoutMs,
|
||||
NvLogLevel logLevel = NvLogLevel::VERBOSE);
|
||||
NvLogLevel logLevel = NvLogLevel::NVLL_VERBOSE);
|
||||
|
||||
void setServerCert(QSslCertificate serverCert);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user