summaryrefslogtreecommitdiffstats
path: root/tools/designer/src/lib/shared/newactiondialog_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-04-15 06:18:30 (GMT)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-04-15 06:18:30 (GMT)
commit6c4b9cb575292f5f81afc772d993c1a53eb96ea5 (patch)
treef06be19545a6e7521707060c4d56eaeb2ba2c16e /tools/designer/src/lib/shared/newactiondialog_p.h
parent3eb4aacf07c77876c6ce68e9746906424934433b (diff)
downloadQt-6c4b9cb575292f5f81afc772d993c1a53eb96ea5.zip
Qt-6c4b9cb575292f5f81afc772d993c1a53eb96ea5.tar.gz
Qt-6c4b9cb575292f5f81afc772d993c1a53eb96ea5.tar.bz2
Display QAction keyboard shortcuts in action editor correctly.
Use PropertySheetKeySequenceValue instead of plain strings.
Diffstat (limited to 'tools/designer/src/lib/shared/newactiondialog_p.h')
-rw-r--r--tools/designer/src/lib/shared/newactiondialog_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/src/lib/shared/newactiondialog_p.h b/tools/designer/src/lib/shared/newactiondialog_p.h
index c8bd34c..d4e9b5b 100644
--- a/tools/designer/src/lib/shared/newactiondialog_p.h
+++ b/tools/designer/src/lib/shared/newactiondialog_p.h
@@ -84,7 +84,7 @@ struct ActionData {
QString toolTip;
PropertySheetIconValue icon;
bool checkable;
- QKeySequence keysequence;
+ PropertySheetKeySequenceValue keysequence;
};
inline bool operator==(const ActionData &a1, const ActionData &a2) { return a1.compare(a2) == 0u; }