mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Avoid splitting code over ifdef
boundary
By removing unimportant debug message.
This commit is contained in:
parent
59e37210f3
commit
c5cbda0bbe
@ -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.")
|
throw CommandLineParameterError(QObject::tr("You cannot use %1: qBittorrent is already running for this user.")
|
||||||
.arg(u"-d (or --daemon)"_qs));
|
.arg(u"-d (or --daemon)"_qs));
|
||||||
}
|
}
|
||||||
else
|
|
||||||
#endif
|
#endif
|
||||||
qDebug("qBittorrent is already running for this user.");
|
|
||||||
|
|
||||||
QThread::msleep(300);
|
QThread::msleep(300);
|
||||||
app->sendParams(params.paramList());
|
app->sendParams(params.paramList());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user