changeset 5 | 453da2cfceef |
parent 1 | 2b40d63a9c3d |
child 11 | 06b8e2af4411 |
4:90517678cc4f | 5:453da2cfceef |
---|---|
42 #include <QtTest/QtTest> |
42 #include <QtTest/QtTest> |
43 #include <QtCore/qdebug.h> |
43 #include <QtCore/qdebug.h> |
44 |
44 |
45 #include <qmediatimerange.h> |
45 #include <qmediatimerange.h> |
46 |
46 |
47 QTM_USE_NAMESPACE |
47 QT_USE_NAMESPACE |
48 |
48 |
49 class tst_QMediaTimeRange: public QObject |
49 class tst_QMediaTimeRange: public QObject |
50 { |
50 { |
51 Q_OBJECT |
51 Q_OBJECT |
52 |
52 |