summaryrefslogtreecommitdiff
path: root/lsglobals.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-09 16:48:09 +0200
committerTreeki <treeki@gmail.com>2012-08-09 16:48:09 +0200
commit6025cf1356f25727cb8a04eed413d87720b2fb1f (patch)
tree33878d2fbdfc5473ea7457167d2060c45093dd4c /lsglobals.h
parent3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c (diff)
downloadLayoutStudio-6025cf1356f25727cb8a04eed413d87720b2fb1f.tar.gz
LayoutStudio-6025cf1356f25727cb8a04eed413d87720b2fb1f.zip
forgot to commit this when I last worked on it :x
Diffstat (limited to 'lsglobals.h')
-rw-r--r--lsglobals.h2
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);
};