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
46aa04dc
Commit
46aa04dc
authored
Sep 01, 2010
by
hjk
Browse files
debugger: robustness
parent
491c8e13
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/watchutils.cpp
View file @
46aa04dc
...
...
@@ -542,6 +542,8 @@ QString extractTypeFromPTypeOutput(const QString &str)
bool
isIntType
(
const
QByteArray
&
type
)
{
if
(
type
.
isEmpty
())
return
false
;
switch
(
type
.
at
(
0
))
{
case
'b'
:
return
type
==
"bool"
;
...
...
Write
Preview
Supports
Markdown
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