aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/testview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pysidetest/testview.h')
-rw-r--r--tests/pysidetest/testview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pysidetest/testview.h b/tests/pysidetest/testview.h
index 2ae416264..1a65ea459 100644
--- a/tests/pysidetest/testview.h
+++ b/tests/pysidetest/testview.h
@@ -14,7 +14,7 @@ class PYSIDE_API TestView : public QObject
public:
TestView(QAbstractListModel* model, QObject* parent = 0) : QObject(parent), m_model(model) {}
QAbstractListModel* model() { return m_model; }
- QObject* getData();
+ QVariant getData();
private:
QAbstractListModel* m_model;
};