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:
committed by
Robin Stuart
parent
45441a6da7
commit
31cc0ae78a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user