mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T182, added CCountPerSimulator::toQString
This commit is contained in:
@@ -223,6 +223,9 @@ namespace BlackMisc
|
||||
//! Sorted (ascending) per simulator
|
||||
QMultiMap<int, CSimulatorInfo> countPerSimulator() const;
|
||||
|
||||
//! As QString
|
||||
QString toQString() const;
|
||||
|
||||
private:
|
||||
QList<int> m_counts;
|
||||
static int internalIndex(const CSimulatorInfo &simulator);
|
||||
|
||||
Reference in New Issue
Block a user