QGIS/python/core/auto_generated/qgspaintenginehack.sip.in
2018-05-14 10:23:37 -04: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 *
************************************************************************/