From eda5f36eceebad99432855160a966e3871e6ab03 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 17 Jun 2016 18:06:59 +0000 Subject: added unity icons support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6471 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/qmmpstarter.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app/qmmpstarter.cpp') diff --git a/src/app/qmmpstarter.cpp b/src/app/qmmpstarter.cpp index ddbeabd56..eea15a242 100644 --- a/src/app/qmmpstarter.cpp +++ b/src/app/qmmpstarter.cpp @@ -38,6 +38,7 @@ #include #include "qmmpstarter.h" #include "lxdesupport.h" +#include "unitysupport.h" #include "builtincommandlineoption.h" #ifdef Q_OS_WIN @@ -180,6 +181,8 @@ void QMMPStarter::startPlayer() //load lxde icons LXDESupport::load(); + //Unity icons + UnitySupport::load(); #endif //prepare libqmmp and libqmmpui libraries for usage -- cgit v1.2.3-13-gbd6f