48 : QApplication{argc, argv}
50#if defined(SCORE_DEBUG)
51 qInstallMessageHandler(DebugOutput);
57 DebugOutput(QtMsgType type,
const QMessageLogContext& context,
const QString& msg);
66 static bool lastMessageWasSuppressed()
noexcept;
68#if !defined(SCORE_DEBUG)
69 void inform(
const QString& str)
71 score::information(QApplication::activeWindow(),
"", str);
76 bool notify(QObject* receiver, QEvent* event)
override;
77 bool event(QEvent* ev)
override;
79 void fileOpened(
const QString& opened)
80 E_SIGNAL(SCORE_LIB_BASE_EXPORT, fileOpened, opened)