##// END OF EJS Templates

File last commit:

r72:14333c8ba84b
r80:208da2c5b965 merge
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_ */