summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/productkeycheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/productkeycheck.h')
-rw-r--r--src/libs/installer/productkeycheck.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/libs/installer/productkeycheck.h b/src/libs/installer/productkeycheck.h
index d5772629a..d714e2d3d 100644
--- a/src/libs/installer/productkeycheck.h
+++ b/src/libs/installer/productkeycheck.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (c) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Installer Framework
@@ -30,11 +30,9 @@
#ifndef PRODUCTKEYCHECK_H
#define PRODUCTKEYCHECK_H
-#include "qinstallerglobal.h"
+#include "installer_global.h"
#include <QString>
-#include <QHash>
-#include <QPointer>
namespace QInstaller{
class PackageManagerCore;
@@ -46,9 +44,8 @@ class ProductKeyCheckPrivate;
class INSTALLER_EXPORT ProductKeyCheck
{
public:
- ~ProductKeyCheck();
- static ProductKeyCheck *instance(QInstaller::PackageManagerCore *core = 0);
- static void setPackageManagerCore(QInstaller::PackageManagerCore *core);
+ static ProductKeyCheck *instance();
+ void init(QInstaller::PackageManagerCore *core);
// was validLicense
bool hasValidKey();
@@ -68,7 +65,7 @@ public:
private:
ProductKeyCheck();
- ProductKeyCheckPrivate *const d;
+ Q_DISABLE_COPY(ProductKeyCheck)
};
#endif // PRODUCTKEYCHECK_H