forked from qt-creator/qt-creator
Theming: Remove now unused variable
Change-Id: Idddf0c3505875e2bb61106ced8692715619dc14b Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
ccc6b09cce
commit
da203fbf5c
@@ -115,7 +115,6 @@ void OutputFormatter::initFormats()
|
|||||||
{
|
{
|
||||||
if (!plainTextEdit())
|
if (!plainTextEdit())
|
||||||
return;
|
return;
|
||||||
QPalette p = plainTextEdit()->palette();
|
|
||||||
|
|
||||||
QFont boldFont = m_font;
|
QFont boldFont = m_font;
|
||||||
boldFont.setBold(true);
|
boldFont.setBold(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user