Follow project coding style. Issue #2192.

This commit is contained in:
Eugene Shalygin 2016-02-28 02:17:45 +01:00
commit f9c2bd3502
6 changed files with 852 additions and 840 deletions

View file

@ -32,7 +32,6 @@
#include <QDebug>
#include "pieceavailabilitybar.h"
PieceAvailabilityBar::PieceAvailabilityBar(QWidget *parent)
: QWidget(parent)
{
@ -192,7 +191,7 @@ void PieceAvailabilityBar::clear()
update();
}
void PieceAvailabilityBar::paintEvent(QPaintEvent *)
void PieceAvailabilityBar::paintEvent(QPaintEvent*)
{
QPainter painter(this);
QRect imageRect(1, 1, width() - 2, height() - 2);