From d43b793dd87d5c71f127341002811c2358cc4c9c Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 10 Jan 2020 09:33:24 +0100 Subject: Core: Introduce a IOptionsPage::setCategoryIconPath Less noise on the user side. Change-Id: I34dea09e8a3c8639f5a7db89b22f8b825b946395 Reviewed-by: Eike Ziller --- src/plugins/perfprofiler/perfoptionspage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/perfprofiler') diff --git a/src/plugins/perfprofiler/perfoptionspage.cpp b/src/plugins/perfprofiler/perfoptionspage.cpp index 356b073dd68..d445ecc560c 100644 --- a/src/plugins/perfprofiler/perfoptionspage.cpp +++ b/src/plugins/perfprofiler/perfoptionspage.cpp @@ -39,7 +39,7 @@ PerfOptionsPage::PerfOptionsPage() setDisplayName(QCoreApplication::translate("PerfProfiler::PerfOptionsPage", "CPU Usage")); setCategory("T.Analyzer"); setDisplayCategory(QCoreApplication::translate("Analyzer", "Analyzer")); - setCategoryIcon(Analyzer::Icons::SETTINGSCATEGORY_ANALYZER); + setCategoryIconPath(Analyzer::Icons::SETTINGSCATEGORY_ANALYZER); } QWidget *PerfOptionsPage::widget() -- cgit v1.2.3