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
192afe08
Commit
192afe08
authored
May 27, 2009
by
Friedemann Kleint
Browse files
Fixed compile warnings.
parent
089401fb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtmodulesinfo.cpp
View file @
192afe08
...
...
@@ -104,10 +104,10 @@ const itemVectorType itemVector()
false
},
{
"dbus"
,
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"QtDBus Module"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for Inter-Process Communication using the D-Bus"
,
false
)
}
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for Inter-Process Communication using the D-Bus"
)
,
false
}
};
const
u
int
itemsCount
=
sizeof
items
/
sizeof
items
[
0
];
const
int
itemsCount
=
sizeof
items
/
sizeof
items
[
0
];
itemVectorType
result
;
result
.
reserve
(
itemsCount
);
for
(
int
i
=
0
;
i
<
itemsCount
;
i
++
)
...
...
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