summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-06-21 13:53:13 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-06-21 13:53:35 +0200
commit40ba9b1fffcc2da910777532e03f536dec56574b (patch)
treec956b3e79d386fcc289f7fa7e2f7c130bf6496fd /framework
parentc951cc35d0a1bc10fbfc2117be0a2851372dd769 (diff)
downloadkube-40ba9b1fffcc2da910777532e03f536dec56574b.tar.gz
kube-40ba9b1fffcc2da910777532e03f536dec56574b.zip
Adapth icon path fixup for kube-kolabnow
Diffstat (limited to 'framework')
-rw-r--r--framework/src/frameworkplugin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp
index a3461c66..bfedc752 100644
--- a/framework/src/frameworkplugin.cpp
+++ b/framework/src/frameworkplugin.cpp
@@ -144,6 +144,9 @@ void FrameworkPlugin::initializeEngine(QQmlEngine *engine, const char *uri)
144 if (iconPath.contains("kube.appContents")) { 144 if (iconPath.contains("kube.appContents")) {
145 iconPath.replace("kube.appContents", "kube.app/Contents"); 145 iconPath.replace("kube.appContents", "kube.app/Contents");
146 } 146 }
147 if (iconPath.contains("kube-kolabnow.appContents")) {
148 iconPath.replace("kube-kolabnow.appContents", "kube-kolabnow.app/Contents");
149 }
147 iconSearchPaths << iconPath; 150 iconSearchPaths << iconPath;
148 } 151 }
149 kubeIcons = findFile(QStringLiteral("/kube/kube-icons.rcc"), iconSearchPaths); 152 kubeIcons = findFile(QStringLiteral("/kube/kube-icons.rcc"), iconSearchPaths);