From d7e44890afa0015b79e8cfd3d85d3f09012b036f Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 15 Jan 2020 15:02:35 +0100 Subject: [PATCH] Removed // comments from another header file --- src/Layer/PaintingArea.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Layer/PaintingArea.h b/src/Layer/PaintingArea.h index 4cfd9eb..f80acb1 100644 --- a/src/Layer/PaintingArea.h +++ b/src/Layer/PaintingArea.h @@ -53,8 +53,6 @@ PaintingArea(int maxWidth=600, int maxHeight=600, QWidget*parent = nullptr); */ ~PaintingArea() override; -// Handles all events - /*! * \brief setRenderSettings updates all Images to the new Rendersetting. * \param isFastRenderingOn is the new given flag for the FastRenderer. @@ -130,7 +128,6 @@ void movePositionActive(int x, int y); */ void moveActiveLayer(int idx); -//change properties of colorPicker /*! * \brief The colorPickerSetFirstColor calls the QTColorPicker to determine the primary drawing color */ @@ -144,7 +141,6 @@ void colorPickerSetSecondColor(); */ void colorPickerSwapColors(); -// Create tools void createPenTool(); void createPlainTool(); void createLineTool(); @@ -228,7 +224,6 @@ void resizeLayer(QImage*image_res, const QSize &newSize); bool createTempTopLayer(int idx); -//this function is needed to avoid errors in inputhandeling if a layer has changed void updateTools(); };