##// END OF EJS Templates
Fix color generation for pie
Fix color generation for pie

File last commit:

r96:277658be1fc8
r324:405c1f0ce037
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}