##// END OF EJS Templates
missing #ifndef's in themes
missing #ifndef's in themes

File last commit:

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