##// END OF EJS Templates
QSeries to QAbstractSeries in unit tests
Tero Ahola -
r989:6b2cd0631ad5
parent child
Show More
@@ -70,7 +70,7 void tst_ChartDataSet::initTestCase()
70 {
70 {
71 qRegisterMetaType<Domain*>();
71 qRegisterMetaType<Domain*>();
72 qRegisterMetaType<QChartAxis*>();
72 qRegisterMetaType<QChartAxis*>();
73 qRegisterMetaType<QSeries*>();
73 qRegisterMetaType<QAbstractSeries*>();
74 }
74 }
75
75
76 void tst_ChartDataSet::cleanupTestCase()
76 void tst_ChartDataSet::cleanupTestCase()
General Comments 0
You need to be logged in to leave comments. Login now