|
@@ -32,6 +32,10 @@
|
|
#include "ctkModelTester.h"
|
|
#include "ctkModelTester.h"
|
|
#include "ctkTest.h"
|
|
#include "ctkTest.h"
|
|
|
|
|
|
|
|
+#if QT_VERSION < 0x040700
|
|
|
|
+Q_DECLARE_METATYPE(QVariant)
|
|
|
|
+#endif
|
|
|
|
+
|
|
// ----------------------------------------------------------------------------
|
|
// ----------------------------------------------------------------------------
|
|
class ctkFlatProxyModelTester: public QObject
|
|
class ctkFlatProxyModelTester: public QObject
|
|
{
|
|
{
|