mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-05 00:44:40 +08:00
refs #395, MS'review points
Also removed blackmisc variant samples, https://dev.vatsim-germany.org/issues/395#note-9
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6119c22c78
commit
b494cb51b8
@@ -12,7 +12,6 @@
|
||||
#include "samplesmetadata.h"
|
||||
#include "samplescontainer.h"
|
||||
#include "samplesjson.h"
|
||||
#include "samplesvariant.h"
|
||||
#include "samplesperformance.h"
|
||||
#include "samplesalgorithm.h"
|
||||
#include "samplesconcurrent.h"
|
||||
@@ -42,7 +41,6 @@ int main(int argc, char *argv[])
|
||||
qtout << "2 .. Change object" << endl;
|
||||
qtout << "3 .. Containers" << endl;
|
||||
qtout << "4 .. Metadata" << endl;
|
||||
qtout << "5 .. Variant" << endl;
|
||||
qtout << "6a .. Performance create / copy / ..." << endl;
|
||||
qtout << "6b .. 25/100 Performance impl. type" << endl;
|
||||
qtout << "6c .. 25/20 Performance impl. type" << endl;
|
||||
@@ -57,7 +55,6 @@ int main(int argc, char *argv[])
|
||||
else if (s.startsWith("2")) { CSamplesChangeObject::samples(); }
|
||||
else if (s.startsWith("3")) { CSamplesContainer::samples(); }
|
||||
else if (s.startsWith("4")) { CSamplesMetadata::samples(); }
|
||||
else if (s.startsWith("5")) { CSamplesVariant::samples(); }
|
||||
else if (s.startsWith("6a")) { CSamplesPerformance::samplesMisc(qtout); }
|
||||
else if (s.startsWith("6b")) { CSamplesPerformance::samplesImplementationType(qtout, 25, 100); }
|
||||
else if (s.startsWith("6c")) { CSamplesPerformance::samplesImplementationType(qtout, 25, 20); }
|
||||
|
||||
Reference in New Issue
Block a user