Hey Travis, go test that for me, thanks (nw)

This commit is contained in:
Olivier Galibert 2020-03-31 21:49:13 +02:00
parent 0684d146b6
commit 72a9d1409a
2 changed files with 6 additions and 0 deletions

View File

@ -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,

View File

@ -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)