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
9cd7faa8
Commit
9cd7faa8
authored
May 18, 2009
by
Roberto Raggi
Browse files
Compile.
parent
6f3c9f70
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/duieditor/duieditor.cpp
View file @
9cd7faa8
...
...
@@ -294,8 +294,8 @@ protected:
init
(
&
decl
,
node
);
decl
.
text
.
fill
(
QLatin1Char
(
' '
),
_depth
);
if
(
node
->
qualified
Object
NameId
)
decl
.
text
.
append
(
asString
(
node
->
qualified
Object
NameId
));
if
(
node
->
qualified
Type
NameId
)
decl
.
text
.
append
(
asString
(
node
->
qualified
Type
NameId
));
else
decl
.
text
.
append
(
QLatin1Char
(
'?'
));
...
...
@@ -321,8 +321,8 @@ protected:
decl
.
text
.
append
(
asString
(
node
->
qualifiedId
));
decl
.
text
.
append
(
QLatin1String
(
": "
));
if
(
node
->
qualified
Object
NameId
)
decl
.
text
.
append
(
asString
(
node
->
qualified
Object
NameId
));
if
(
node
->
qualified
Type
NameId
)
decl
.
text
.
append
(
asString
(
node
->
qualified
Type
NameId
));
else
decl
.
text
.
append
(
QLatin1Char
(
'?'
));
...
...
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