summaryrefslogtreecommitdiff
path: root/examples/triage/byte.cpp
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2023-08-25 01:57:12 -0400
committerAlexander Taylor <alex@vector35.com>2023-08-25 16:02:16 -0400
commit43d6d89e4808d3e8f150b6f84d9d15a56d5260c0 (patch)
tree6700df21ab538686b16813ef1c1e869ea50716e1 /examples/triage/byte.cpp
parent276e080ccb275c2bd78c4bcc3ad2c030779cae44 (diff)
Use new macro, old one is deprecated.
Diffstat (limited to 'examples/triage/byte.cpp')
-rw-r--r--examples/triage/byte.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/byte.cpp b/examples/triage/byte.cpp
index 75bf7474..79e3bd50 100644
--- a/examples/triage/byte.cpp
+++ b/examples/triage/byte.cpp
@@ -103,7 +103,7 @@ BinaryViewRef ByteView::getData()
QFont ByteView::getFont()
{
QFont userFont = getMonospaceFont(this);
-#ifdef Q_OS_MAC
+#ifdef Q_OS_MACOS
// Some fonts aren't fixed width across all characters, use a known good one
QFont font("Menlo", userFont.pointSize());
font.setKerning(false);