Minor bugfixes

This commit is contained in:
Max-Wilhelm Bruker 2009-03-14 00:02:22 +01:00
parent a11f93df4d
commit e31cfd32b1
9 changed files with 26 additions and 17 deletions

View file

@ -38,7 +38,7 @@ void myMessageOutput(QtMsgType type, const char *msg)
int main(int argc, char *argv[])
{
qInstallMsgHandler(myMessageOutput);
// qInstallMsgHandler(myMessageOutput);
QApplication app(argc, argv);
app.addLibraryPath("plugins");
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));