refs #273, added methods for CSimulatorInfoList

This commit is contained in:
Klaus Basan
2014-06-27 13:13:11 +01:00
parent 71185b1250
commit 4d26b77fa4
2 changed files with 22 additions and 1 deletions

View File

@@ -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;
};
}