summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMårten Nordheim <[email protected]>2024-10-16 15:50:56 +0200
committerMårten Nordheim <[email protected]>2024-10-17 19:02:13 +0200
commit5be7b99a160a4cc973fcd82e3ab15e4272814b14 (patch)
tree7a556d0c7070504e21d4e43aaf432c91d4958698
parent7767e05ed7f7c573fe4c51b0a88f68379f58e04d (diff)
QOperatingSystemVersion: fix documentation for the Unexported entries
They were not showing up because the qdoc branch sees them as private. Pick-to: 6.8 Change-Id: I8be18c389288ff9b589267dd17fbc16dcd7998c7 Reviewed-by: Tor Arne Vestbø <[email protected]> Reviewed-by: Topi Reiniö <[email protected]> Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Edward Welbourne <[email protected]>
-rw-r--r--src/corelib/global/qoperatingsystemversion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qoperatingsystemversion.h b/src/corelib/global/qoperatingsystemversion.h
index 0747093d600..e02266a1378 100644
--- a/src/corelib/global/qoperatingsystemversion.h
+++ b/src/corelib/global/qoperatingsystemversion.h
@@ -138,6 +138,7 @@ public:
class QOperatingSystemVersion : public QOperatingSystemVersionBase
{
using QOperatingSystemVersionUnexported = QOperatingSystemVersionBase;
+public:
#endif
// ### Qt7: Regroup with the rest below