summaryrefslogtreecommitdiffstats
path: root/src/sessiontreemodel.h
diff options
context:
space:
mode:
authorSimon Rettberg2015-11-12 17:03:11 +0100
committerSimon Rettberg2015-11-12 17:03:11 +0100
commit1c49173c8f62d3b9e609d22a027a42376db5d3de (patch)
tree2e5559d0435aa5ff784ee58e7dbcc8524a048984 /src/sessiontreemodel.h
parentAdd images for win2k, winxp, win8 (diff)
downloadvmchooser2-1c49173c8f62d3b9e609d22a027a42376db5d3de.tar.gz
vmchooser2-1c49173c8f62d3b9e609d22a027a42376db5d3de.tar.xz
vmchooser2-1c49173c8f62d3b9e609d22a027a42376db5d3de.zip
Start refactoring download helpers and icon management
Diffstat (limited to 'src/sessiontreemodel.h')
-rw-r--r--src/sessiontreemodel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sessiontreemodel.h b/src/sessiontreemodel.h
index 9079c59..481c5f7 100644
--- a/src/sessiontreemodel.h
+++ b/src/sessiontreemodel.h
@@ -5,8 +5,6 @@
#include <QModelIndex>
#include <QVariant>
-#include "sessionsiconholder.h"
-
class SessionTreeItem;
class Session;
@@ -37,7 +35,6 @@ class SessionTreeModel : public QAbstractItemModel {
private:
SessionTreeItem* root_;
- SessionsIconHolder* iconHolder;
};
#endif // VMCHOOSER_SESSIONTREEMODEL_H