X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2Fquassel.h;fp=core%2Fquassel.h;h=08a72d50e2e4e9392b975e9708df2107f3051279;hp=0c2a11b53ce3e83e811fef01ff5f71a5850db7ae;hb=a975272aca8f0deb25c395532b189141979304e5;hpb=f474bdcf9eb60d7d0ee48de389839f88cd25d3fa diff --git a/core/quassel.h b/core/quassel.h index 0c2a11b5..08a72d50 100644 --- a/core/quassel.h +++ b/core/quassel.h @@ -22,7 +22,6 @@ #define _QUASSEL_H_ class Logger; -class QIcon; class QString; #include @@ -38,14 +37,14 @@ class Quassel { static Logger *getLogger(); static void setLogger(Logger *); - static QIcon *getIcon(QString symbol); +// static QIcon *getIcon(QString symbol); private: static void initIconMap(); static Logger *logger; - static QString iconPath; +// static QString iconPath; static QHash iconMap; };