1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-20 03:17:12 +00:00

Remove spaces before EOL

This commit is contained in:
Boris Zentner
2017-10-23 21:37:52 +02:00
committed by Robin Stuart
parent 45441a6da7
commit 31cc0ae78a
70 changed files with 906 additions and 844 deletions

View File

@@ -50,7 +50,7 @@ public:
void setWidth(int width);
int width();
void setOption3(int option);
QColor fgColor() const;
@@ -73,7 +73,7 @@ public:
float scale() const;
void setScale(float scale);
void setDotSize(float dot_size);
int mode() const;
@@ -91,9 +91,9 @@ public:
bool hasErrors();
bool save_to_file(QString filename);
void setHideText(bool hide);
void setTargetSize(int width, int height);
private:
@@ -126,3 +126,4 @@ private:
};
}
#endif