Removed blank lines

This commit is contained in:
2019-12-18 12:44:00 +01:00
parent a025ab5da5
commit 9e4cf9a07f

View File

@@ -21,8 +21,6 @@ struct LayerObject{
int widthOffset;
int hightOffset;
int alpha=255;
};
class PaintingArea : public QWidget
@@ -83,7 +81,6 @@ private:
void activateUpperLayer();
void activateLowerLayer();
QImage* Canvas;
int maxWidth;
int maxHeight;
@@ -104,4 +101,3 @@ private:
};
#endif