From b5b16d0972f40bbfa14518542cbdac20747921ec Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Fri, 22 Sep 2017 00:27:30 +0200 Subject: NOISSUE make instance traits() const --- api/logic/BaseInstance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/logic/BaseInstance.h') diff --git a/api/logic/BaseInstance.h b/api/logic/BaseInstance.h index de5d6aff..26d4bc35 100644 --- a/api/logic/BaseInstance.h +++ b/api/logic/BaseInstance.h @@ -128,7 +128,7 @@ public: virtual QStringList extraArguments() const; /// Traits. Normally inside the version, depends on instance implementation. - virtual QSet traits() = 0; + virtual QSet traits() const = 0; /** * Gets the time that the instance was last launched. -- cgit