mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 04:40:37 +02:00
Removed blank lines
This commit is contained in:
@@ -21,8 +21,6 @@ struct LayerObject{
|
|||||||
int widthOffset;
|
int widthOffset;
|
||||||
int hightOffset;
|
int hightOffset;
|
||||||
int alpha=255;
|
int alpha=255;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class PaintingArea : public QWidget
|
class PaintingArea : public QWidget
|
||||||
@@ -83,7 +81,6 @@ private:
|
|||||||
void activateUpperLayer();
|
void activateUpperLayer();
|
||||||
void activateLowerLayer();
|
void activateLowerLayer();
|
||||||
|
|
||||||
|
|
||||||
QImage* Canvas;
|
QImage* Canvas;
|
||||||
int maxWidth;
|
int maxWidth;
|
||||||
int maxHeight;
|
int maxHeight;
|
||||||
@@ -104,4 +101,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user