mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
fix windows build
This commit is contained in:
parent
cfc8bdc97a
commit
9a129ccab6
@ -17,8 +17,11 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#ifndef _CRT_SECURE_NO_DEPRECATE
|
||||||
#define _CRT_SECURE_NO_DEPRECATE
|
#define _CRT_SECURE_NO_DEPRECATE
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef RTREE_H
|
#ifndef RTREE_H
|
||||||
#define RTREE_H
|
#define RTREE_H
|
||||||
|
@ -32,7 +32,7 @@ Tree model for the rules:
|
|||||||
+--- top level rule
|
+--- top level rule
|
||||||
+--- top level rule
|
+--- top level rule
|
||||||
*/
|
*/
|
||||||
class QgsRuleBasedRendererV2Model : public QAbstractItemModel
|
class GUI_EXPORT QgsRuleBasedRendererV2Model : public QAbstractItemModel
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QgsRuleBasedRendererV2Model( QgsRuleBasedRendererV2* r );
|
QgsRuleBasedRendererV2Model( QgsRuleBasedRendererV2* r );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user