From 5032ac8af51010b3c6074b72ead5a1f9948bd760 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 3 Jul 2024 10:07:13 +0200 Subject: [PATCH] fixtypo --- NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES.txt b/NOTES.txt index b88e094a2..812347b72 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -1532,7 +1532,7 @@ inline constants: - qmake - normal behavior is that user can switch between inline and extern constants using the inline_constants/extern_constants qmake CONFIG option - default is when no qmake CONFIG option is set and in this case extern constants (extern_constants CONFIG option) is set/enabled - - ❗ all below is true for Clang