Merge branch 'dev' into spot-removal-tool

This commit is contained in:
Hombre
2019-03-18 22:35:11 +01:00
2691 changed files with 93967 additions and 238984 deletions

View File

@@ -34,6 +34,13 @@
* To delete a point, move your mouse over any of its geometry press the middle or right mouse button
* (the point will be deleted on button release).
*/
namespace rtengine {
namespace procparams {
class SpotEntry;
}
}
class Spot : public ToolParamBlock, public FoldableToolPanel, public EditSubscriber
{