mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #273, added methods for CSimulatorInfoList
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "simulatorinfo.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include <QStringList>
|
||||
|
||||
namespace BlackSim
|
||||
{
|
||||
@@ -28,6 +29,12 @@ namespace BlackSim
|
||||
{
|
||||
return QVariant::fromValue(*this);
|
||||
}
|
||||
|
||||
//! Is simulator supported
|
||||
bool supportsSimulator(const CSimulatorInfo &info);
|
||||
|
||||
//! String list with meaningful representations
|
||||
QStringList toStringList(bool i18n = false) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user