##// END OF EJS Templates
tst_qchart: legend is visible by default
Jani Honkonen -
r1227:3ccc31cce013
parent child
Show More
@@ -123,7 +123,7 void tst_QChart::qchart()
123 123 {
124 124 QVERIFY(m_chart);
125 125 QVERIFY(m_chart->legend());
126 QVERIFY(!m_chart->legend()->isVisible());
126 QVERIFY(m_chart->legend()->isVisible());
127 127
128 128 QCOMPARE(m_chart->animationOptions(), QChart::NoAnimation);
129 129 QVERIFY(m_chart->axisX());
General Comments 0
You need to be logged in to leave comments. Login now