refs #852 Const-correctness.

This commit is contained in:
Mathew Sutcliffe
2017-01-08 03:37:22 +00:00
parent af42f42c96
commit ec44c100b7
4 changed files with 9 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ namespace BlackMisc
CSimulatorPluginInfoList(const CSequence<CSimulatorPluginInfo> &other);
//! Is simulator supported
bool supportsSimulator(const QString &simulator);
bool supportsSimulator(const QString &simulator) const;
//! String list with meaningful representations
QStringList toStringList(bool i18n = false) const;