Varias mejoras. Incluido settingsdialog, pero no funcional

This commit is contained in:
santi 2014-08-13 21:47:28 +02:00
parent 5612d10711
commit 90f3b093c0
12 changed files with 150 additions and 17 deletions

View file

@ -83,8 +83,8 @@ void MessageHandler(QtMsgType type, const QMessageLogContext &context, const QSt
txt.append(context.file);
txt.append(" Line: ");
txt.append(QString::number(context.line));
txt.append(" Function: ");
txt.append(context.function);
// txt.append(" Function: ");
// txt.append(context.function);
txt.append(" Message: ");
txt.append(msg);
// libreMediaServerAudio::textEdit->append(msg);, context.file, context.line, context.function);