mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-18 08:09:58 +00:00
clang-tidy warning fixes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user