forked from qt-creator/qt-creator
Core: Move expand and collapse icons from autotest to core
...and replaced the duplicates of them in the debugger console. Change-Id: If545800c47f3560e1f91d87bdd117abaf04dbd89 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Alessandro Portale
parent
fe8c717a6a
commit
40c5213fdd
@@ -69,8 +69,8 @@ ConsoleItemDelegate::ConsoleItemDelegate(ConsoleItemModel *model, QObject *paren
|
||||
m_logIcon(Core::Icons::INFO.icon()),
|
||||
m_warningIcon(Core::Icons::WARNING.icon()),
|
||||
m_errorIcon(Core::Icons::ERROR.icon()),
|
||||
m_expandIcon(QLatin1String(":/qmljstools/images/expand.png")),
|
||||
m_collapseIcon(QLatin1String(":/qmljstools/images/collapse.png")),
|
||||
m_expandIcon(Core::Icons::EXPAND.icon()),
|
||||
m_collapseIcon(Core::Icons::COLLAPSE.icon()),
|
||||
m_prompt(QLatin1String(":/qmljstools/images/prompt.png")),
|
||||
m_cachedHeight(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user