##// END OF EJS Templates
Remove wrongly inlined moc from charttheme demo
Remove wrongly inlined moc from charttheme demo

File last commit:

r747:917f2d378193
r753:604938e819ff
Show More
chartwidget.cpp
6 lines | 93 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartView::ChartView(QWidget *parent) :
QChartView(parent)
{
}