48 : QApplication{argc, argv}
50#if defined(SCORE_DEBUG)
51 qInstallMessageHandler(DebugOutput);
57 DebugOutput(QtMsgType type,
const QMessageLogContext& context,
const QString& msg);
59#if !defined(SCORE_DEBUG)
60 void inform(
const QString& str)
62 score::information(QApplication::activeWindow(),
"", str);
67 bool notify(QObject* receiver, QEvent* event)
override;
68 bool event(QEvent* ev)
override;
70 void fileOpened(
const QString& opened)
71 E_SIGNAL(SCORE_LIB_BASE_EXPORT, fileOpened, opened)