##// END OF EJS Templates
Added theme named 'default'
Added theme named 'default'

File last commit:

r72:14333c8ba84b
r81:dd8b8cc48a43
Show More
qchartaxis.h
11 lines | 148 B | text/x-c | CLexer
#ifndef QCHARTAXIS_H_
#define QCHARTAXIS_H_
class QChartAxis
{
public:
QChartAxis();
virtual ~QChartAxis();
};
#endif /* QCHARTAXIS_H_ */