##// END OF EJS Templates
minor. small optimatization in addDomain
minor. small optimatization in addDomain

File last commit:

r78:681c12da395a
r266:1c19149e75d7
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
Added bar chart example
r78 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}