8 Commits

Author SHA1 Message Date
Nyall Dawson
4ec64ba4db Silence dllimport attribute ignored warnings
Silence noisy and harmless 'inline function declared as
dllimport: attribute ignored' warnings.

These can be safely ignored, but cause thousands of lines of
warnings during windows builds (eg mingw builds)

(Unfortunately a macro based approach CANNOT be used here -- that
breaks the mingw build, as it seems to have issues with nesting
_Pragma along with __declspec)
2025-08-17 04:26:19 +10:00
Nyall Dawson
3f6b490218 Sipify 2025-04-02 11:11:10 +10:00
Nyall Dawson
3a578d6712 Header update 2024-08-13 20:28:55 +10:00
Nyall Dawson
28943f9c1b Remove a bunch of useless default constructor doxygen 2024-07-23 02:08:28 +10:00
Nyall Dawson
b5170c1af9 Fix doxygen test' 2022-08-01 12:37:35 +10:00
Nyall Dawson
81dc8769a7 Allow direct construction of QVariants from unset values 2022-08-01 12:37:35 +10:00
Nyall Dawson
306276bed1 Metatype QgsUnsetAttributeValue 2022-08-01 12:37:35 +10:00
Nyall Dawson
31ae975923 Introduce QgsUnsetAttributeValue 2022-08-01 12:37:35 +10:00