mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Workaround for builds against Qt 4.6.2. Fixes bug #4284.
This commit is contained in:
parent
232f161761
commit
926b3888a1
@ -21,6 +21,10 @@
|
||||
#include <qgsfeature.h>
|
||||
#include <qgsgeometry.h>
|
||||
|
||||
// Workaround for Qt 4.6.2
|
||||
// See http://hub.qgis.org/issues/4284
|
||||
Q_DECLARE_METATYPE(QVariant)
|
||||
|
||||
class TestQgsExpression: public QObject
|
||||
{
|
||||
Q_OBJECT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user