From e0d014b678fa2a140864c60dbf863268e50b379f Mon Sep 17 00:00:00 2001 From: Jonas Mucke Date: Thu, 30 Jan 2020 18:30:01 +0100 Subject: [PATCH] commented hisotry tool --- src/Layer/PaintingArea.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Layer/PaintingArea.h b/src/Layer/PaintingArea.h index 9126000..91f8d20 100644 --- a/src/Layer/PaintingArea.h +++ b/src/Layer/PaintingArea.h @@ -285,7 +285,14 @@ IntelliToolsettings Toolsettings; */ IntelliColorPicker colorPicker; +/*! + * \brief historyadd adds an hisotry step + */ void historyadd(); + +/*! + * \brief historyGoBack go back in hisotry + */ void historyGoBack(); /*!