diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 10:29:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 10:29:35 +0900 |
commit | 0ba031d9dfc995a1dfb3a0d770501acd2d2990cc (patch) | |
tree | 922ddf6fc1ef27bbab3ea9b3d0a35e21fb82aa5a /languages/cpp/ccconfigwidgetbase.ui | |
parent | d3db71f97bc47789e335e32bb60f5a0823e2666c (diff) | |
download | tdevelop-0ba031d9dfc995a1dfb3a0d770501acd2d2990cc.tar.gz tdevelop-0ba031d9dfc995a1dfb3a0d770501acd2d2990cc.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/cpp/ccconfigwidgetbase.ui')
-rw-r--r-- | languages/cpp/ccconfigwidgetbase.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/languages/cpp/ccconfigwidgetbase.ui b/languages/cpp/ccconfigwidgetbase.ui index e24ce54f..060cf300 100644 --- a/languages/cpp/ccconfigwidgetbase.ui +++ b/languages/cpp/ccconfigwidgetbase.ui @@ -289,9 +289,6 @@ completion-box.</string> <string>Show comment with argument hint</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </vbox> </widget> @@ -1059,9 +1056,6 @@ This option only applies to QMake projects.</string> <property name="text"> <string>Qt &3 style (#include <qwidget.h>)</string> </property> - <property name="accel"> - <string>Alt+3</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -1076,9 +1070,6 @@ This option only applies to QMake projects.</string> <property name="text"> <string>Qt &4 style (#include <QWidget>)</string> </property> - <property name="accel"> - <string>Alt+4</string> - </property> <property name="whatsThis" stdset="0"> <string>Select this if your project is using include style as known from Qt version 4.x.</string> </property> |