mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #852 Const-correctness.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user