diff options
author | Treeki <treeki@gmail.com> | 2012-08-09 16:48:09 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-09 16:48:09 +0200 |
commit | 6025cf1356f25727cb8a04eed413d87720b2fb1f (patch) | |
tree | 33878d2fbdfc5473ea7457167d2060c45093dd4c /lsglobals.h | |
parent | 3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c (diff) | |
download | LayoutStudio-6025cf1356f25727cb8a04eed413d87720b2fb1f.tar.gz LayoutStudio-6025cf1356f25727cb8a04eed413d87720b2fb1f.zip |
forgot to commit this when I last worked on it :x
Diffstat (limited to '')
-rw-r--r-- | lsglobals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lsglobals.h b/lsglobals.h index 3588474..342384b 100644 --- a/lsglobals.h +++ b/lsglobals.h @@ -26,13 +26,11 @@ public: static bool setup(); static QIcon getIcon(QString name); - static QIcon getIconForPaneType(QString type); private: static bool m_loaded; static QHash<QString, QIcon> m_icons; - static QHash<QString, QString> m_pane_icon_names; static bool loadIcon(QString name); }; |