From 6cacb1191590223af6afab5c13acc3664b72e8e3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 29 Mar 2016 16:10:31 +0200 Subject: Feature: Show warning for 64bit VMs if no VT-x available --- src/vsession.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vsession.h') diff --git a/src/vsession.h b/src/vsession.h index 0fbb0b5..820b411 100644 --- a/src/vsession.h +++ b/src/vsession.h @@ -59,6 +59,9 @@ class VSession : public Session { return SECTION_GENERIC; } + bool is64Bit() const; + QVariant backgroundRole() const; + QString getAttribute(const QString& nodeName, const QString& attribute = "param") const; QList keywords() const; -- cgit v1.2.3-55-g7522