mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Fix code format errors due to changes in default coding style. (#150)
This commit is contained in:
@ -55,7 +55,7 @@ class YACReaderRatingDelegate : public QStyledItemDelegate
|
||||
|
||||
public:
|
||||
YACReaderRatingDelegate(QWidget *parent = 0)
|
||||
: QStyledItemDelegate(parent) {}
|
||||
: QStyledItemDelegate(parent) { }
|
||||
|
||||
void paint(QPainter *painter, const QStyleOptionViewItem &option,
|
||||
const QModelIndex &index) const;
|
||||
|
Reference in New Issue
Block a user