diff options
author | Treeki <treeki@gmail.com> | 2012-08-11 14:07:27 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-11 14:07:27 +0200 |
commit | b8b4afa08efcd77f4e43898b4d8d5323484ce2f4 (patch) | |
tree | 6f3966982a774b739722dd43afb56c69655341ae /lsglobals.h | |
parent | ba44b0135af54aebee08610debbc2ef118f98bf2 (diff) | |
parent | 6025cf1356f25727cb8a04eed413d87720b2fb1f (diff) | |
download | LayoutStudio-b8b4afa08efcd77f4e43898b4d8d5323484ce2f4.tar.gz LayoutStudio-b8b4afa08efcd77f4e43898b4d8d5323484ce2f4.zip |
ahh what happened - Merge branch 'master' of github.com:Treeki/LayoutStudio
Diffstat (limited to 'lsglobals.h')
-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); }; |