summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/fakestopprocessforupdateoperation.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-02-28 11:34:07 +0100
committerTim Jenssen <tim.jenssen@digia.com>2013-02-28 13:24:43 +0100
commite094c0c0fa72d6b51e3d583374985efb614804db (patch)
treef5dffa2216c9e708822c780c47c8cbaae791468c /src/libs/installer/fakestopprocessforupdateoperation.h
parent3a08a5f593944711e0449742726bb45c4eac3d85 (diff)
Fix wrong check for running application.
Add auto test. Reuse already existing code in package manager core. Change-Id: I4346333882e37c8edba9a2eb85a9cdd56ae5917e Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'src/libs/installer/fakestopprocessforupdateoperation.h')
-rw-r--r--src/libs/installer/fakestopprocessforupdateoperation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libs/installer/fakestopprocessforupdateoperation.h b/src/libs/installer/fakestopprocessforupdateoperation.h
index 228d5df03..ca7ba3ccc 100644
--- a/src/libs/installer/fakestopprocessforupdateoperation.h
+++ b/src/libs/installer/fakestopprocessforupdateoperation.h
@@ -46,8 +46,10 @@
namespace QInstaller {
-class FakeStopProcessForUpdateOperation : public Operation
+class INSTALLER_EXPORT FakeStopProcessForUpdateOperation : public QObject, public Operation
{
+ Q_OBJECT
+
public:
FakeStopProcessForUpdateOperation();