NOISSUE make instance traits() const

This commit is contained in:
Petr Mrázek
2017-09-22 00:27:30 +02:00
parent 76c7e0fe1c
commit b5b16d0972
5 changed files with 5 additions and 5 deletions

View File

@ -128,7 +128,7 @@ public:
virtual QStringList extraArguments() const;
/// Traits. Normally inside the version, depends on instance implementation.
virtual QSet <QString> traits() = 0;
virtual QSet <QString> traits() const = 0;
/**
* Gets the time that the instance was last launched.