summaryrefslogtreecommitdiff
path: root/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource_p.h')
-rw-r--r--tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource_p.h b/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource_p.h
index cf15f7c0..48b45536 100644
--- a/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource_p.h
+++ b/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource_p.h
@@ -29,8 +29,9 @@
#ifndef TESTQGEOSATELLITEINFOSOURCE_H
#define TESTQGEOSATELLITEINFOSOURCE_H
-#include <QTest>
#include <QObject>
+#include <QtTest/QtTest>
+#include <QtTest/private/qpropertytesthelper_p.h>
QT_BEGIN_NAMESPACE
class QGeoSatelliteInfoSource;
@@ -105,6 +106,8 @@ private slots:
void removeSlotForSatellitesInUseUpdated();
void removeSlotForSatellitesInViewUpdated();
+ void bindings();
+
private:
QGeoSatelliteInfoSource *m_source;
bool m_testingDefaultSource;