forked from qt-creator/qt-creator
ProjectExplorer: Remove unused local variable
Change-Id: Ic098ba98864cc1211358d975e4d14829d92d2ac0 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
0cda81a99c
commit
5f0e4e4f76
@@ -254,7 +254,6 @@ QList<QWidget *> CompileOutputWindow::toolBarWidgets() const
|
||||
void CompileOutputWindow::appendText(const QString &text, BuildStep::OutputFormat format)
|
||||
{
|
||||
using Utils::Theme;
|
||||
QPalette p = m_outputWindow->palette();
|
||||
Theme *theme = Utils::creatorTheme();
|
||||
QTextCharFormat textFormat;
|
||||
switch (format) {
|
||||
|
Reference in New Issue
Block a user