summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-06-12 12:54:54 +0200
committerSimon Rettberg2019-06-12 12:54:54 +0200
commit666b399974f2bf7c7cea5c1132854cc5f476a99c (patch)
tree7b0452e98185580f283a927213c9a8585a2e0bf2 /src/vsession.h
parentDon't group by type in "recent" tab (diff)
downloadvmchooser2-666b399974f2bf7c7cea5c1132854cc5f476a99c.tar.gz
vmchooser2-666b399974f2bf7c7cea5c1132854cc5f476a99c.tar.xz
vmchooser2-666b399974f2bf7c7cea5c1132854cc5f476a99c.zip
Gray out all VBox VMs if no VTx is available
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 18d5c38..6c48ce4 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -65,7 +65,7 @@ class VSession : public Session {
return SECTION_GENERIC;
}
- bool is64Bit() const;
+ bool needsVtx() const;
QVariant foregroundRole() const;
QString getAttribute(const QString& nodeName,