summaryrefslogtreecommitdiffstats
path: root/src/vsession.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/vsession.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/vsession.h')
-rw-r--r--src/vsession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vsession.h b/src/vsession.h
index ea04e4e..e542818 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -33,7 +33,7 @@ class VSession : public Session {
return getAttribute("description");
}
- QString icon() const;
+ QIcon icon() const;
QString os() const {
return getAttribute("os");