Follow project coding style. Issue #2192.

This commit is contained in:
Eugene Shalygin
2016-02-28 02:17:45 +01:00
parent 8e64ffba01
commit f9c2bd3502
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