Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
1c303fc8
Commit
1c303fc8
authored
Aug 12, 2010
by
hjk
Browse files
debugger: fix dumper output of QLocale::timeFormat()
parent
e253896b
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/gdbmacros.py
View file @
1c303fc8
...
@@ -491,9 +491,9 @@ def qdump__QLocale(d, item):
...
@@ -491,9 +491,9 @@ def qdump__QLocale(d, item):
d
.
putCallItem
(
"measurementSystem"
,
item
,
"measurementSystem()"
)
d
.
putCallItem
(
"measurementSystem"
,
item
,
"measurementSystem()"
)
d
.
putCallItem
(
"numberOptions"
,
item
,
"numberOptions()"
)
d
.
putCallItem
(
"numberOptions"
,
item
,
"numberOptions()"
)
d
.
putCallItem
(
"timeFormat_(short)"
,
item
,
d
.
putCallItem
(
"timeFormat_(short)"
,
item
,
"timeFormat("
+
d
.
ns
+
"QLocale::ShortFormat)"
)
"timeFormat(
'
"
+
d
.
ns
+
"QLocale::ShortFormat
'
)"
)
d
.
putCallItem
(
"timeFormat_(long)"
,
item
,
d
.
putCallItem
(
"timeFormat_(long)"
,
item
,
"timeFormat("
+
d
.
ns
+
"QLocale::LongFormat)"
)
"timeFormat(
'
"
+
d
.
ns
+
"QLocale::LongFormat
'
)"
)
d
.
putCallItem
(
"decimalPoint"
,
item
,
"decimalPoint()"
)
d
.
putCallItem
(
"decimalPoint"
,
item
,
"decimalPoint()"
)
d
.
putCallItem
(
"exponential"
,
item
,
"exponential()"
)
d
.
putCallItem
(
"exponential"
,
item
,
"exponential()"
)
d
.
putCallItem
(
"percent"
,
item
,
"percent()"
)
d
.
putCallItem
(
"percent"
,
item
,
"percent()"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment