From f57648811a9883c0b99bfc1550a3a926001f13b5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 4 Apr 2017 07:51:39 +0200 Subject: Install icons as our own theme based on breeze. We're not following the system theme, so the icons shouldn't either. And on other platforms than linux we anyways have to roll our own solution. --- applications/mail/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'applications/mail') diff --git a/applications/mail/main.cpp b/applications/mail/main.cpp index f28c72d3..b02c62d2 100644 --- a/applications/mail/main.cpp +++ b/applications/mail/main.cpp @@ -59,6 +59,7 @@ int main(int argc, char *argv[]) QtWebEngine::initialize(); WebUrlRequestInterceptor *wuri = new WebUrlRequestInterceptor(); QQuickWebEngineProfile::defaultProfile()->setRequestInterceptor(wuri); + QIcon::setThemeName("kube"); auto package = KPackage::PackageLoader::self()->loadPackage("KPackage/GenericQML", "org.kube.components.mail"); Q_ASSERT(package.isValid()); -- cgit v1.2.3