refs #937 Resolved clazy warnings: miscellaneous.

This commit is contained in:
Mathew Sutcliffe
2017-04-17 00:16:12 +01:00
parent 2134b4e874
commit e3fe8ec39f
24 changed files with 89 additions and 65 deletions

View File

@@ -15,6 +15,7 @@ namespace BlackMisc
{
CTestBase::CTestBase(int argc, const char *const *argv)
{
m_arguments.reserve(argc);
for (int i = 0; i < argc; ++i)
{
m_arguments.append(argv[i]);

View File

@@ -344,6 +344,7 @@ namespace BlackMisc
{
if (m_verbose) out() << "Pid: " << CTestService::getPid() << " getObjectPaths" << endl;
QList<QDBusObjectPath> paths;
paths.reserve(n);
for (int i = 0; i < n; i++)
{
paths.append(QDBusObjectPath(ObjectPath()));