aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform/qquickplatformmenubar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/platform/qquickplatformmenubar.cpp')
-rw-r--r--src/imports/platform/qquickplatformmenubar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/platform/qquickplatformmenubar.cpp b/src/imports/platform/qquickplatformmenubar.cpp
index 8c3624cb..00630a84 100644
--- a/src/imports/platform/qquickplatformmenubar.cpp
+++ b/src/imports/platform/qquickplatformmenubar.cpp
@@ -112,7 +112,7 @@ QQuickPlatformMenuBar::QQuickPlatformMenuBar(QObject *parent)
m_handle(nullptr)
{
m_handle = QGuiApplicationPrivate::platformTheme()->createPlatformMenuBar();
- qCDebug(qtLabsPlatformMenus) << "MenuBar:" << m_handle;
+ qCDebug(qtLabsPlatformMenus) << "MenuBar ->" << m_handle;
}
QQuickPlatformMenuBar::~QQuickPlatformMenuBar()