mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Merge branch 'dev-save' into dev-history
This commit is contained in:
@@ -59,6 +59,12 @@ virtual IntelliImage* getDeepCopy() override;
|
||||
* \param polygonData - The Vertices of the Polygon. Nothing happens.
|
||||
*/
|
||||
virtual void setPolygon(const std::vector<QPoint>& polygonData) override;
|
||||
|
||||
/*!
|
||||
* \brief getPolygon
|
||||
* \return returns the points of the polygon
|
||||
*/
|
||||
virtual std::vector<QPoint> getPolygon();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user