Avoid warning message when the level exceeds the threshold

This commit is contained in:
Chocobozzz 2015-04-16 23:22:53 +02:00
parent 4a9224c04e
commit 7bfe32c7df
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ void Init() {
sClassLevels = new QMap<QString, Level>();
sNullDevice = new NullDevice;
sNullDevice->open(QIODevice::ReadWrite);
// Catch other messages from Qt
if (!sOriginalMessageHandler) {