Skip to content

Commit

Permalink
Workaround for builds against Qt 4.6.2. Fixes bug #4284.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Oct 22, 2011
1 parent 232f161 commit 926b388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/src/core/testqgsexpression.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 926b388

Please sign in to comment.