Follow project coding style. Issue #2192.

This commit is contained in:
Eugene Shalygin
2016-02-28 02:17:45 +01:00
committed by sledgehammer999
parent 576fbe5dc1
commit 5f2da3a529
6 changed files with 852 additions and 840 deletions

View File

@@ -76,7 +76,7 @@ public:
void setColors(int background, int border, int available);
protected:
void paintEvent(QPaintEvent *);
void paintEvent(QPaintEvent*);
};
#endif // PIECEAVAILABILITYBAR_H