summaryrefslogtreecommitdiffstats
path: root/src/controls/qtmenuitem.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-04-12 16:16:50 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-12 17:11:27 +0200
commit10947feec131b408dd7f5761d07d5e1cf4511728 (patch)
tree885ffe82539d649e1b1183f5cf3cafc1f532f9d2 /src/controls/qtmenuitem.cpp
parent050fa849aeb60271a81544fc19c5eae668ec0c12 (diff)
Rename QtExclusiveGroup to QQuickExclusiveGroup
Change-Id: Ic3b95c40d2698343fdeed30db5ad8a0ec3f8df22 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/controls/qtmenuitem.cpp')
-rw-r--r--src/controls/qtmenuitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/qtmenuitem.cpp b/src/controls/qtmenuitem.cpp
index b74b8ac74..400fe2c97 100644
--- a/src/controls/qtmenuitem.cpp
+++ b/src/controls/qtmenuitem.cpp
@@ -582,12 +582,12 @@ void QtMenuItem::updateChecked()
emit toggled(checked);
}
-QtExclusiveGroup *QtMenuItem::exclusiveGroup() const
+QQuickExclusiveGroup *QtMenuItem::exclusiveGroup() const
{
return action()->exclusiveGroup();
}
-void QtMenuItem::setExclusiveGroup(QtExclusiveGroup *eg)
+void QtMenuItem::setExclusiveGroup(QQuickExclusiveGroup *eg)
{
if (!m_boundAction)
action()->setExclusiveGroup(eg);