summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/kernel/qplatformmenu_qpa.cpp36
1 files changed, 27 insertions, 9 deletions
diff --git a/src/widgets/kernel/qplatformmenu_qpa.cpp b/src/widgets/kernel/qplatformmenu_qpa.cpp
index cf11ed811d..95a70d9dcd 100644
--- a/src/widgets/kernel/qplatformmenu_qpa.cpp
+++ b/src/widgets/kernel/qplatformmenu_qpa.cpp
@@ -43,18 +43,30 @@
QT_BEGIN_NAMESPACE
-//
-// QPlatformMenuAction
-//
+/*!
+ \class QPlatformMenuAction
+ \since 5.0
+ \internal
+ \preliminary
+ \ingroup qpa
+
+ \brief The QPlatformMenuAction class provides an abstraction for menu actions.
+ */
QPlatformMenuAction::~QPlatformMenuAction()
{
}
-//
-// QPlatformMenu
-//
+/*!
+ \class QPlatformMenu
+ \since 5.0
+ \internal
+ \preliminary
+ \ingroup qpa
+
+ \brief The QPlatformMenu class provides an abstraction for menus.
+ */
QPlatformMenu::QPlatformMenu()
{
}
@@ -74,9 +86,15 @@ void QPlatformMenu::syncSeparatorsCollapsible(bool enable)
Q_UNUSED(enable);
}
-//
-// QPlatformMenuBar
-//
+/*!
+ \class QPlatformMenuBar
+ \since 5.0
+ \internal
+ \preliminary
+ \ingroup qpa
+
+ \brief The QPlatformMenuBar class provides an abstraction for menu bars.
+ */
QPlatformMenuBar::QPlatformMenuBar()
{