#ifndef QCHARTAXIS_H_ #define QCHARTAXIS_H_ class QChartAxis { public: QChartAxis(); virtual ~QChartAxis(); }; #endif /* QCHARTAXIS_H_ */