Fix multiline qDebug

This commit is contained in:
Sebastian Kügler 2013-08-01 12:20:29 +02:00
parent d9aa851e17
commit 3e35fe8baa

View File

@ -182,7 +182,7 @@ ScriptEngine *loadEngine(const QString &language, Types::ComponentType type, QOb
#ifndef NDEBUG
// qDebug() << "Couldn't load script engine for language " << language
<< "! error reported: " << error;
// << "! error reported: " << error;
#endif
}