refs #314, samples for Variant tests, fixed some minor things in other samples

This commit is contained in:
Klaus Basan
2014-08-22 17:49:45 +02:00
parent a97830b7cf
commit 1b43538492
5 changed files with 100 additions and 1 deletions

View File

@@ -85,7 +85,8 @@ namespace BlackMiscTest
stations.fromJson(json);
qDebug() << stations;
qDebug() << "-----------------------------------------------";
cin.readLine();
qDebug() << "------- Enter ---------------------------------";
return 0;
}