From ee74c140d0b0f9a1dfaef740e6eb8d95f7c587b4 Mon Sep 17 00:00:00 2001 From: laserpants Date: Mon, 21 Mar 2016 01:41:33 +0300 Subject: [PATCH] comment out incomplete code block --- style.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.cpp b/style.cpp index fbccb02..c74c4fa 100644 --- a/style.cpp +++ b/style.cpp @@ -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(opt)) { } p->fillRect(opt->rect, Qt::black); break; + */ /* case CE_FocusFrame: p->fillRect(opt->rect, opt->palette.foreground());