summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2015-05-28 16:27:49 +0200
committerShawn Rutledge <shawn.rutledge@digia.com>2015-05-29 09:07:41 +0000
commit1dbbdf3908e001293a8c427e503fc2a65d1f1063 (patch)
treea72c70b7bfd3be522d28f18fac613bbbb9dc6809
parentb558ecb8f2a701d2c416c46ca806e199411cf5e2 (diff)
downloadqttools-1dbbdf3908e001293a8c427e503fc2a65d1f1063.tar.gz
Linguist: do not override the roles of Edit menu items
The menu items were staying disabled whenever the File dialog is open, so it was not possible to use them to cut/copy/paste into the native FileDialog (or its child sheets) on OS X. Task-number: QTBUG-17291 Change-Id: I0b821bd85d6d614ad845f594e4d8d994e1386d94 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-rw-r--r--src/linguist/linguist/mainwindow.ui12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/linguist/linguist/mainwindow.ui b/src/linguist/linguist/mainwindow.ui
index 03fa38be3..769bade6f 100644
--- a/src/linguist/linguist/mainwindow.ui
+++ b/src/linguist/linguist/mainwindow.ui
@@ -312,9 +312,6 @@
<property name="shortcut">
<string>Ctrl+X</string>
</property>
- <property name="menuRole">
- <enum>QAction::NoRole</enum>
- </property>
</action>
<action name="actionCopy">
<property name="enabled">
@@ -329,9 +326,6 @@
<property name="shortcut">
<string>Ctrl+C</string>
</property>
- <property name="menuRole">
- <enum>QAction::NoRole</enum>
- </property>
</action>
<action name="actionPaste">
<property name="enabled">
@@ -346,9 +340,6 @@
<property name="shortcut">
<string>Ctrl+V</string>
</property>
- <property name="menuRole">
- <enum>QAction::NoRole</enum>
- </property>
</action>
<action name="actionSelectAll">
<property name="enabled">
@@ -363,9 +354,6 @@
<property name="shortcut">
<string>Ctrl+A</string>
</property>
- <property name="menuRole">
- <enum>QAction::NoRole</enum>
- </property>
</action>
<action name="actionFind">
<property name="enabled">