Varias mejoras. Incluido settingsdialog, pero no funcional
This commit is contained in:
parent
5612d10711
commit
90f3b093c0
12 changed files with 150 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue