From a3ee9bc23ead3ca88cb6787ca7add085d1d8ffcc Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 17 Oct 2011 15:16:31 +1000 Subject: First step of removal of Q_SENSORS_EXPXORT macro from qglobal.h Each module handles its own exports. We need to change the QtSensors version, remove the qglobal.h define and then add it back under the old name in QtSensors. Change-Id: I4183b7fcfc46469745c11c373d3122f02d64ccc7 Reviewed-by: Alex --- tests/auto/qsensor/tst_qsensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qsensor/tst_qsensor.cpp') diff --git a/tests/auto/qsensor/tst_qsensor.cpp b/tests/auto/qsensor/tst_qsensor.cpp index 3218d7fc..03543148 100644 --- a/tests/auto/qsensor/tst_qsensor.cpp +++ b/tests/auto/qsensor/tst_qsensor.cpp @@ -56,7 +56,7 @@ // The unit test needs to change the behaviour of the library. It does this // through an exported but undocumented function. -Q_SENSORS_EXPORT void sensors_unit_test_hook(int index); +Q_SENSORS_EXPORT_TEMP void sensors_unit_test_hook(int index); bool operator==(const qoutputrange &orl1, const qoutputrange &orl2) { return (orl1.minimum == orl2.minimum && -- cgit v1.2.3