##// END OF EJS Templates
Adds debug operator to domain
Adds debug operator to domain

File last commit:

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