Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
KDE Development Scripts
Commits
8b1162aa
Commit
8b1162aa
authored
Jun 09, 2021
by
Ahmad Samir
Browse files
Make 'qs' use printq5string, since Qt5 is the default nowadays
parent
6f0986d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
kde-devel-gdb
View file @
8b1162aa
...
@@ -321,6 +321,11 @@ define identifyq4object
...
@@ -321,6 +321,11 @@ define identifyq4object
end
end
# You print QString's too often to type the long name :-)
# You print QString's too often to type the long name :-)
# Change when Qt6 is the default
define qs
printq5string $arg0
end
define qs5
define qs5
printq5string $arg0
printq5string $arg0
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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