QGIS/python/core/qgspaintenginehack.sip
Denis Rouzaud 68b990b3bb sipify batch
python/core/qgspaintenginehack.sip
python/core/qgspainting.sip
python/core/qgspallabeling.sip
python/core/qgspathresolver.sip
python/core/qgspluginlayer.sip
python/core/qgspluginlayerregistry.sip
python/core/qgspointlocator.sip
python/core/qgsproject.sip
python/core/qgsprojectbadlayerhandler.sip
python/core/qgsprojectproperty.sip
python/core/qgsprojectversion.sip
python/core/qgssnappingconfig.sip
2017-05-18 09:41:16 +02:00

31 lines
1.3 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgspaintenginehack.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsPaintEngineHack : QPaintEngine
{
%Docstring
Hack to workaround Qt #5114 by disabling PatternTransform
%End
%TypeHeaderCode
#include "qgspaintenginehack.h"
%End
public:
void fixFlags();
static void fixEngineFlags( QPaintEngine *engine );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgspaintenginehack.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/