summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/productkeycheck.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-09-10 12:33:21 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2014-11-11 16:49:28 +0100
commit26e4af07b19135db61919dfaab9243f17d328f50 (patch)
treeda2fbb42a0a5efab51d80ba8a3adf0ba65dc6322 /src/libs/installer/productkeycheck.cpp
parent3030607e6445ba98597c3118b0afc29715ff9305 (diff)
Move ProductKeyCheck out of QInstaller namespace
Commit 77b1e168202e moved ProductKeyCheck into the QInstaller namespace. This causes problems in the commercial license checker that has to support both 1.6 and master. Change-Id: Ifcf6548ebdfaac65a1dccdc179239a28c90c6fe9 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/productkeycheck.cpp')
-rw-r--r--src/libs/installer/productkeycheck.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/installer/productkeycheck.cpp b/src/libs/installer/productkeycheck.cpp
index e86ef77ff..5d663d6bd 100644
--- a/src/libs/installer/productkeycheck.cpp
+++ b/src/libs/installer/productkeycheck.cpp
@@ -35,8 +35,6 @@
#include "productkeycheck.h"
#include "packagemanagercore.h"
-namespace QInstaller {
-
class ProductKeyCheckPrivate
{
};
@@ -109,5 +107,3 @@ QList<int> ProductKeyCheck::registeredPages() const
{
return QList<int>();
}
-
-} // namespace QInstaller