Fix qDebug/kDebug port

Kevin, this apparently wasn't caught by your script. Just so you know.
:)

CCMAIL:ervin@kde.org
This commit is contained in:
Sebastian Kügler 2013-08-01 11:47:01 +02:00
parent 0e590217f8
commit 767cd813ae

View File

@ -444,7 +444,7 @@ void AbstractRunnerPrivate::setupScriptSupport()
#ifndef NDEBUG
// qDebug() << "setting up script support, package is in" << package->path()
<< ", main script is" << package->filePath("mainscript");
// << ", main script is" << package->filePath("mainscript");
#endif
const QString translationsPath = package->filePath("translations");