https://bugs.kde.org/show_bug.cgi?id=359867
Bug ID: 359867 Summary: Missing Q_DECLARE_TYPEINFO: QDate Product: clazy Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: steph...@mankowski.fr CC: smart...@kde.org Clary returns warnings like on Qt objects used in lists. Examples: warning: Missing Q_DECLARE_TYPEINFO: QDate [-Wclazy-missing-typeinfo] warning: Missing Q_DECLARE_TYPEINFO: QModelIndex [-Wclazy-missing-typeinfo] Reproducible: Always Steps to Reproduce: 1. Create a cpp file with QList<QDate> a; QVector<QModelIndex> a; 2. Check it with clazy Actual Results: You should have warning saying that Q_DECLARE_TYPEINFO is missing. Expected Results: You should not have these warnings because Q_DECLARE_TYPEINFO are not missing. -- You are receiving this mail because: You are watching all bug changes.