summaryrefslogtreecommitdiffstats
path: root/tests/packagecreator/tst_packagecreator.cpp
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-10-19 15:12:54 +0200
committerThomas Senyk <thomas.senyk@pelagicore.com>2016-10-19 15:03:57 +0000
commit130be2e05e232a272b67675ce8c7cc19324bf3ab (patch)
treec9d56d9d26538557e323cdd773e473c506fb30d2 /tests/packagecreator/tst_packagecreator.cpp
parent65fda800f10843e57f48dfe4fbe2b5e2f83c4f03 (diff)
Make the build warning free
Replaced all AM_*_NAMESPACE with the undocumented QT_*_NAMESPACE_<foo> mechanism. Add dummy "we mean it" comments to _p.h headers, even though all of the AM's C++ API is private anyway. Change-Id: I45c1b7490f3d519e79350a19dab129ad20623d92 Reviewed-by: Thomas Senyk <thomas.senyk@pelagicore.com>
Diffstat (limited to 'tests/packagecreator/tst_packagecreator.cpp')
-rw-r--r--tests/packagecreator/tst_packagecreator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/packagecreator/tst_packagecreator.cpp b/tests/packagecreator/tst_packagecreator.cpp
index 942b535f..f4b5ba50 100644
--- a/tests/packagecreator/tst_packagecreator.cpp
+++ b/tests/packagecreator/tst_packagecreator.cpp
@@ -35,7 +35,7 @@
#include "../error-checking.h"
-AM_USE_NAMESPACE
+QT_USE_NAMESPACE_AM
class tst_PackageCreator : public QObject
{