We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8333b71 commit a2ad980Copy full SHA for a2ad980
src/core/qgsrange.h
@@ -40,7 +40,7 @@
40
* \note not available in Python bindings (but class provided for template-based inheritance)
41
*/
42
template <typename T>
43
-class CORE_EXPORT QgsRange
+class QgsRange
44
{
45
public:
46
@@ -215,7 +215,7 @@ typedef QgsRange< int > QgsIntRange;
215
216
217
218
-class CORE_EXPORT QgsTemporalRange
+class QgsTemporalRange
219
220
221
0 commit comments