Browse Source

Avoid splitting code over `ifdef` boundary

By removing unimportant debug message.
adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
c5cbda0bbe
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/app/main.cpp

2
src/app/main.cpp

@ -211,9 +211,7 @@ int main(int argc, char *argv[]) @@ -211,9 +211,7 @@ int main(int argc, char *argv[])
throw CommandLineParameterError(QObject::tr("You cannot use %1: qBittorrent is already running for this user.")
.arg(u"-d (or --daemon)"_qs));
}
else
#endif
qDebug("qBittorrent is already running for this user.");
QThread::msleep(300);
app->sendParams(params.paramList());

Loading…
Cancel
Save