diff options
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
| -rw-r--r-- | qt/ScintillaEditBase/PlatQt.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h index a95e1bd88..ac4bb9a69 100644 --- a/qt/ScintillaEditBase/PlatQt.h +++ b/qt/ScintillaEditBase/PlatQt.h @@ -104,6 +104,8 @@ public:  	int DeviceHeightFont(int points) override;  	void MoveTo(int x_, int y_) override;  	void LineTo(int x_, int y_) override; +	void LineDraw(Point start, Point end, Stroke stroke) override; +	void PolyLine(const Point *pts, size_t npts, Stroke stroke) override;  	void Polygon(Point *pts, size_t npts, ColourDesired fore,  		ColourDesired back) override;  	void Polygon(const Point *pts, size_t npts, FillStroke fillStroke) override; | 
