Comment 8 for bug 2044257

Revision history for this message
djcj (djcj) wrote :

It works. But in parseCommandLineArguments() the passed arguments are redirected into qDebug() so you get a message on each start. I guess "case QtDebugMsg:" should simply return without displaying a message (unless a debug build was made?).
qDebug() is also used multiple times in database.cpp and pluginhandler.cpp.