first coomit
parent
16e695954d
commit
53e76374ee
|
@ -1,9 +1,13 @@
|
||||||
#ifndef _CHART_BASE_SERIES_H_
|
#ifndef _CHART_BASE_SERIES_H_
|
||||||
#define _CHART_BASE_SERIES_H_
|
#define _CHART_BASE_SERIES_H_
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include "Chart.h"
|
#include "Chart.h"
|
||||||
|
|
||||||
|
#if _MSC_VER >= 1600
|
||||||
|
#pragma execution_character_set("utf-8")
|
||||||
|
#endif
|
||||||
|
|
||||||
enum AParModel
|
enum AParModel
|
||||||
{
|
{
|
||||||
APRODUCTIONSUM1,
|
APRODUCTIONSUM1,
|
||||||
|
|
Loading…
Reference in New Issue