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

@@ -10,7 +10,7 @@ namespace BlackMiscTest {
/*!
* \brief Physical quantities,basic tests
*/
class TestPhysicalQuantitiesBase : public QObject
class CTestPhysicalQuantitiesBase : public QObject
{
Q_OBJECT
public:
@@ -18,7 +18,7 @@ public:
* \brief Standard test case constructor
* \param parent
*/
explicit TestPhysicalQuantitiesBase(QObject *parent = 0);
explicit CTestPhysicalQuantitiesBase(QObject *parent = 0);
private slots:
/*!
* \brief Basic unit tests for physical units
@@ -67,6 +67,6 @@ private slots:
};
}
} // namespace
#endif // TESTPHYSICALQUANTITIESBASE_H