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/session.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index 4a9699f..c490d88 100644 --- a/src/session.h +++ b/src/session.h @@ -1,6 +1,8 @@ #ifndef VMCHOOSER_SESSION_H_ #define VMCHOOSER_SESSION_H_ +#include + class QString; class QIcon; @@ -27,6 +29,8 @@ class Session { virtual QString execCommand() const = 0; virtual int type() const = 0; virtual SectionType section() const = 0; + virtual bool is64Bit() const { return false; } + virtual QVariant backgroundRole() const { return QVariant(); } virtual bool operator<(const Session& s) const = 0; -- cgit v1.2.3-55-g7522