Disable debug messages in release builds
Also correct / remove various debug messages
This commit is contained in:
@@ -313,7 +313,7 @@ namespace Utils
|
||||
// Other platforms understand UTF-8
|
||||
if (clipProcess->write(text.toUtf8()) == -1) {
|
||||
#endif
|
||||
qDebug("Unable to write to process : %s", qPrintable(clipProcess->errorString()));
|
||||
qWarning("Unable to write to process : %s", qPrintable(clipProcess->errorString()));
|
||||
}
|
||||
clipProcess->waitForBytesWritten();
|
||||
clipProcess->closeWriteChannel();
|
||||
|
||||
Reference in New Issue
Block a user