mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 07:31:25 +02:00
formatting
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
#include "fwbuilder_ph.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#include "ColorCheckViewItem.h"
|
||||
@@ -13,7 +11,9 @@
|
||||
using namespace std;
|
||||
using namespace libfwbuilder;
|
||||
|
||||
void ColorCheckViewItem::paintCell ( QPainter * p, const QColorGroup & cg, int column, int width, int align )
|
||||
void ColorCheckViewItem::paintCell(QPainter * p,
|
||||
const QColorGroup & cg,
|
||||
int column, int width, int align )
|
||||
{
|
||||
if (!p) return;
|
||||
QColorGroup c=cg;
|
||||
@@ -22,6 +22,5 @@ void ColorCheckViewItem::paintCell ( QPainter * p, const QColorGroup & cg, int c
|
||||
{
|
||||
c.setBrush(QColorGroup::Base,QColor(240,255,240));
|
||||
}
|
||||
//QListWidgetItem::paintCell(p,c,column,width,align); TAPIR: this one was commented when no such method had been found for the QListWidgetItem class
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user