fix linux?

This commit is contained in:
DanielSvoboda 2024-07-06 12:55:24 -03:00 committed by GitHub
parent c3bf56f3eb
commit eff8a9e514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
#include "qt_gui/game_install_dialog.h"
#include "qt_gui/main_window.h"
#include <emulator.h>
#include <fmt/core.h>
// Custom message handler to ignore Qt logs
void customMessageHandler(QtMsgType, const QMessageLogContext&, const QString&) {}