From 43d6d89e4808d3e8f150b6f84d9d15a56d5260c0 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Fri, 25 Aug 2023 01:57:12 -0400 Subject: Use new macro, old one is deprecated. --- examples/triage/byte.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/triage/byte.cpp') 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); -- cgit v1.3.1