summaryrefslogtreecommitdiff
path: root/src/manager-lib/applicationdatabase.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 /src/manager-lib/applicationdatabase.cpp
parent65fda800f10843e57f48dfe4fbe2b5e2f83c4f03 (diff)
downloadqtapplicationmanager-130be2e05e232a272b67675ce8c7cc19324bf3ab.tar.gz
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 'src/manager-lib/applicationdatabase.cpp')
-rw-r--r--src/manager-lib/applicationdatabase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager-lib/applicationdatabase.cpp b/src/manager-lib/applicationdatabase.cpp
index a25e0796..986d8f92 100644
--- a/src/manager-lib/applicationdatabase.cpp
+++ b/src/manager-lib/applicationdatabase.cpp
@@ -46,7 +46,7 @@
#include "application.h"
#include "applicationdatabase.h"
-AM_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_AM
class ApplicationDatabasePrivate
{
@@ -137,4 +137,4 @@ void ApplicationDatabase::write(const QVector<const Application *> &apps) throw
throw Exception(*d->file, "could not write to application database");
}
-AM_END_NAMESPACE
+QT_END_NAMESPACE_AM