mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix clazy missing-typeinfo warnings
From the clazy docs: "Suggests usage of Q_PRIMITIVE_TYPE or Q_MOVABLE_TYPE in cases where you're using QList<T> and sizeof(T) > sizeof(void*) or using QVector<T>, unless they already have a type info classification."
This commit is contained in:
parent
3272964f58
commit
904b004de9
@ -96,4 +96,6 @@ namespace pal
|
||||
|
||||
} // namespace
|
||||
|
||||
Q_DECLARE_TYPEINFO( pal::Point, Q_PRIMITIVE_TYPE );
|
||||
|
||||
#endif
|
||||
|
@ -684,6 +684,7 @@ class QgsWmsStatistics
|
||||
static QMap<QString, Stat> sData;
|
||||
};
|
||||
|
||||
Q_DECLARE_TYPEINFO( QgsWmsProvider::TilePosition, Q_PRIMITIVE_TYPE );
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user