comment out incomplete code block
This commit is contained in:
parent
e698c13bd5
commit
ee74c140d0
|
@ -25,12 +25,14 @@ void Style::drawControl(ControlElement element, const QStyleOption *opt,
|
|||
qDebug() << element;
|
||||
|
||||
switch (element) {
|
||||
/*
|
||||
case CE_CheckBox:
|
||||
if (const QStyleOptionButton *item = qstyleoption_cast<const QStyleOptionButton *>(opt)) {
|
||||
|
||||
}
|
||||
p->fillRect(opt->rect, Qt::black);
|
||||
break;
|
||||
*/
|
||||
/*
|
||||
case CE_FocusFrame:
|
||||
p->fillRect(opt->rect, opt->palette.foreground());
|
||||
|
|
Loading…
Reference in New Issue