summaryrefslogtreecommitdiffstats
path: root/src/controls/qtmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qtmenu.cpp')
-rw-r--r--src/controls/qtmenu.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/controls/qtmenu.cpp b/src/controls/qtmenu.cpp
index bed3d6ab7..ca1d3e107 100644
--- a/src/controls/qtmenu.cpp
+++ b/src/controls/qtmenu.cpp
@@ -116,12 +116,6 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty int Menu::selectedIndex
-
- The index of the last selected item in the menu.
-*/
-
-/*!
\qmlmethod void Menu::popup()
Opens this menu under the mouse cursor.
@@ -188,7 +182,7 @@ void QtMenu::setSelectedIndex(int index)
return;
m_selectedIndex = index;
- emit selectedIndexChanged();
+ emit __selectedIndexChanged();
}
void QtMenu::updateSelectedIndex()