Ran Uncrustify Again

This commit is contained in:
2020-01-09 10:18:28 +01:00
parent ee64fa6997
commit d4313e29a0
21 changed files with 428 additions and 428 deletions

View File

@@ -24,8 +24,8 @@ public:
* \brief The Types, which an Image can be.
*/
enum class ImageType {
RASTERIMAGE,
SHAPEDIMAGE
RASTERIMAGE,
SHAPEDIMAGE
};
protected:
@@ -125,7 +125,7 @@ virtual std::vector<QPoint> getPolygonData(){
}
virtual ImageType getTypeOfImage(){
return TypeOfImage;
return TypeOfImage;
}
/*!