diff --git a/gui/gui.qrc b/gui/gui.qrc index fa8a2215b..bf3519a22 100644 --- a/gui/gui.qrc +++ b/gui/gui.qrc @@ -23,5 +23,6 @@ images/go-home.png images/go-next.png images/go-previous.png + images/applications-development.png diff --git a/gui/images/applications-development.png b/gui/images/applications-development.png new file mode 100644 index 000000000..8ef08e2e5 Binary files /dev/null and b/gui/images/applications-development.png differ diff --git a/gui/main.ui b/gui/main.ui index 675d284e6..f002b1b56 100644 --- a/gui/main.ui +++ b/gui/main.ui @@ -66,7 +66,7 @@ 0 0 640 - 25 + 21 @@ -287,7 +287,7 @@ - :/images/showstylewarnings.png:/images/showstylewarnings.png + :/images/applications-development.png:/images/applications-development.png Style warnings diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index db3f48611..55db1a813 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -736,7 +736,7 @@ QString ResultsTree::SeverityToIcon(const QString &severity) const if (severity == "error") return ":images/dialog-error.png"; if (severity == "style") - return ":images/dialog-information.png"; + return ":images/applications-development.png"; if (severity == "warning") return ":images/dialog-warning.png"; if (severity == "performance")