mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
36 lines
1.5 KiB
Plaintext
36 lines
1.5 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(signature="appended")
|
|
Hack to workaround Qt #5114 by disabling PatternTransform
|
|
|
|
.. note::
|
|
|
|
This is not required for builds based on Qt 6.3 or later, or Qt 5.15 builds
|
|
using KDE's maintained fork. On these versions the class has no effect.
|
|
%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 *
|
|
************************************************************************/
|