QGIS API Documentation
3.99.0-Master (a8f284845db)
Loading...
Searching...
No Matches
src
core
painting
qgspaintenginehack.cpp
Go to the documentation of this file.
1
/***************************************************************************
2
qgspaintenginehack.cpp
3
Hack paint engine flags
4
-------------------
5
begin : July 2012
6
copyright : (C) Juergen E. Fischer
7
email : jef at norbit dot de
8
9
***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#include "qgsconfig.h"
19
#include "
qgspaintenginehack.h
"
20
21
// Hack to workaround Qt #5114 by disabling PatternTransform
22
void
QgsPaintEngineHack::fixFlags
()
23
{}
24
25
void
QgsPaintEngineHack::fixEngineFlags
( QPaintEngine *engine )
26
{
27
( void )engine;
28
}
QgsPaintEngineHack::fixFlags
void fixFlags()
Definition
qgspaintenginehack.cpp:22
QgsPaintEngineHack::fixEngineFlags
static void fixEngineFlags(QPaintEngine *engine)
Definition
qgspaintenginehack.cpp:25
qgspaintenginehack.h
Generated on
for QGIS API Documentation by
1.15.0