Fix a windows-only occurence of log()
This commit is contained in:
@@ -61,7 +61,7 @@ namespace {
|
|||||||
if (command.isNull())
|
if (command.isNull())
|
||||||
return QString();
|
return QString();
|
||||||
|
|
||||||
log(command);
|
qDebug() << command;
|
||||||
|
|
||||||
// inject switch to enable private browsing
|
// inject switch to enable private browsing
|
||||||
command = injectPrivateSwitch(command);
|
command = injectPrivateSwitch(command);
|
||||||
|
|||||||
Reference in New Issue
Block a user