summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/productkeycheck.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-11-26 14:09:55 +0100
committerTim Jenssen <tim.jenssen@digia.com>2013-11-26 14:21:37 +0100
commit54b2ec315818544c1c51a59af0a1fe98bb266665 (patch)
tree92f612302df163006421f3d282612362dc967b4b /src/libs/installer/productkeycheck.h
parentc2fca7fb11a998cbb0c3a85fe6e2d5df4acb5b3c (diff)
revert some changes in ProductKeyCheck
Change-Id: Ic244d5d66eb2df7a34fe7dabb1a2b15438c34a95 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/libs/installer/productkeycheck.h')
-rw-r--r--src/libs/installer/productkeycheck.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/installer/productkeycheck.h b/src/libs/installer/productkeycheck.h
index d714e2d3d..3df747f37 100644
--- a/src/libs/installer/productkeycheck.h
+++ b/src/libs/installer/productkeycheck.h
@@ -44,6 +44,7 @@ class ProductKeyCheckPrivate;
class INSTALLER_EXPORT ProductKeyCheck
{
public:
+ ~ProductKeyCheck();
static ProductKeyCheck *instance();
void init(QInstaller::PackageManagerCore *core);
@@ -65,6 +66,7 @@ public:
private:
ProductKeyCheck();
+ ProductKeyCheckPrivate *const d;
Q_DISABLE_COPY(ProductKeyCheck)
};