##// END OF EJS Templates
Typo fix for slice doc
Typo fix for slice doc

File last commit:

r78:681c12da395a
r339:709510d9704a
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}