Changed order of samples directory, started with aviation classes.

This commit is contained in:
Klaus Basan
2013-04-01 21:53:35 +02:00
parent f77258343d
commit 943872ff67
34 changed files with 911 additions and 147 deletions

View File

@@ -14,7 +14,7 @@ using namespace BlackMiscTest;
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
TestMain::unitMain(argc, argv);
CTestMain::unitMain(argc, argv);
// bye
return a.exec();