summaryrefslogtreecommitdiffstats
path: root/src/xsession.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/xsession.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/xsession.h')
-rw-r--r--src/xsession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsession.h b/src/xsession.h
index 4140c38..75deffc 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -27,7 +27,7 @@ class XSession : public Session {
return this->comment_;
}
- QString icon() const;
+ QIcon icon() const;
bool run() const;