mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Hey Travis, go test that for me, thanks (nw)
This commit is contained in:
parent
0684d146b6
commit
72a9d1409a
@ -10,6 +10,9 @@
|
||||
|
||||
#include "modules/lib/osdobj_common.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#define horizontalAdvance width
|
||||
#endif
|
||||
|
||||
DebuggerView::DebuggerView(const debug_view_type& type,
|
||||
running_machine* machine,
|
||||
|
@ -18,6 +18,9 @@
|
||||
#include "debug/debugcon.h"
|
||||
#include "debug/debugcpu.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#define horizontalAdvance width
|
||||
#endif
|
||||
|
||||
MemoryWindow::MemoryWindow(running_machine* machine, QWidget* parent) :
|
||||
WindowQt(machine, nullptr)
|
||||
|
Loading…
Reference in New Issue
Block a user