clang-tidy warning fixes

This commit is contained in:
2020-11-03 04:23:01 +03:00
parent e81d765098
commit 91abbdcd96
99 changed files with 392 additions and 436 deletions

View File

@ -41,7 +41,7 @@ public:
qCDebug(LOG_LIB) << "Type" << _type;
initItems();
ExtItemAggregator::initItems();
};
~ExtItemAggregator() override
@ -117,7 +117,7 @@ public:
return found;
};
QList<AbstractExtItem *> items() const override { return m_items; };
[[nodiscard]] QList<AbstractExtItem *> items() const override { return m_items; };
private:
QList<AbstractExtItem *> m_items;