test_sdk/gui/player/gtl_gui_player_chart_positi...

23 lines
436 B
C
Raw Permalink Normal View History

#ifndef CHART_POSITION_LINE_H
#define CHART_POSITION_LINE_H
#include "gui/gtl_gui_chart_line.h"
namespace gtl
{
namespace gui
{
namespace player
{
class chart_position_line : public gtl::gui::chart_line
{
Q_OBJECT
public:
chart_position_line(::chart::series::series *parent);
};
}
}
}
#endif // CHART_POSITION_LINE_H