fixed project code style in some files

This commit is contained in:
fourtf
2017-09-21 12:15:01 +02:00
parent 8eaca85402
commit 3e24752477
23 changed files with 395 additions and 294 deletions
+8 -8
View File
@@ -36,17 +36,17 @@ public:
short getCharacterWidth(int index) const;
private:
Word &_word;
Word &word;
QString _copyText;
QString _text;
QString copyText;
QString text;
int _x;
int _y;
int _width;
int _height;
int x;
int y;
int width;
int height;
int _lineNumber;
int lineNumber;
bool _trailingSpace;
int wordCharOffset;