forked from qt-creator/qt-creator
Valgrind: Strip QLatin1*
Change-Id: If93ca890ab6d023ab786a5153f50a1dfa03764de Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
7096649fc2
commit
2c212d48a5
@@ -58,8 +58,8 @@ MemcheckErrorView::MemcheckErrorView(QWidget *parent)
|
||||
m_suppressAction = new QAction(this);
|
||||
m_suppressAction->setText(tr("Suppress Error"));
|
||||
const QIcon icon = Utils::Icon({
|
||||
{QLatin1String(":/utils/images/eye_open.png"), Utils::Theme::TextColorNormal},
|
||||
{QLatin1String(":/valgrind/images/suppressoverlay.png"), Utils::Theme::IconsErrorColor}},
|
||||
{":/utils/images/eye_open.png", Utils::Theme::TextColorNormal},
|
||||
{":/valgrind/images/suppressoverlay.png", Utils::Theme::IconsErrorColor}},
|
||||
Utils::Icon::Tint | Utils::Icon::PunchEdges).icon();
|
||||
m_suppressAction->setIcon(icon);
|
||||
m_suppressAction->setShortcut(QKeySequence(Qt::Key_Delete));
|
||||
|
||||
Reference in New Issue
Block a user