Skip to content
Snippets Groups Projects
Commit 192afe08 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fixed compile warnings.

parent 089401fb
No related branches found
No related tags found
No related merge requests found
......@@ -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 uint 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++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment