diff options
author | Ahmad Samir <[email protected]> | 2025-01-07 22:28:41 +0200 |
---|---|---|
committer | Ahmad Samir <[email protected]> | 2025-01-21 00:15:26 +0200 |
commit | 9b44acfd26169d087224719b0813a146e7b731b3 (patch) | |
tree | 474dec0a815790cf8f53903e8725c2f050fa1144 /src/gui/kernel/qplatformintegration.cpp | |
parent | c917d16f4b9982425b51dfc4947792e36defde35 (diff) |
Docs: fix qdoc enum's \value "since" syntax
Square brackets.
https://doc.qt.io/qt-6/10-qdoc-commands-tablesandlists.html#value
Pick-to: 6.9
Change-Id: I1d9237461a4eafb72b28ae019c02ba72f82d0f17
Reviewed-by: Thiago Macieira <[email protected]>
Diffstat (limited to 'src/gui/kernel/qplatformintegration.cpp')
-rw-r--r-- | src/gui/kernel/qplatformintegration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformintegration.cpp b/src/gui/kernel/qplatformintegration.cpp index 130b479c645..d496004343f 100644 --- a/src/gui/kernel/qplatformintegration.cpp +++ b/src/gui/kernel/qplatformintegration.cpp @@ -204,7 +204,7 @@ QPlatformServices *QPlatformIntegration::services() const prerequisite for dynamic OpenGL loading. Starting with Qt 5.7, the platform plugin is required to have this capability. - \value ApplicationIcon The platform supports setting the application icon. (since 5.5) + \value [since 5.5] ApplicationIcon The platform supports setting the application icon. \value TopStackedNativeChildWindows The platform supports native child windows via QWindowContainer without having to punch a transparent hole in the |