summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/installer.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-06-02 12:31:17 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-03 13:04:53 +0200
commit05afd837fc336541ebdf772ab25347860782c02f (patch)
tree02abee082f58b4fb529be1ca83647b1a435a3332 /src/libs/installer/installer.pro
parent7c07130119722e2e0afcf423f23a449f93931dfa (diff)
Replace client-server classes and update implementations.
Remove superfluous file engine tests. Introduce auto test for newly added client server classes. Fix some wrong implementations serverside for settings array handling and broken arguments in process wrapper. Replace all other parts that with new implementations. Remove now unused classes. Change-Id: I6f9e836993096a2c2c06b06f2b06d7aa4b287e56 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r--src/libs/installer/installer.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro
index 18b88dd3c..4e0e0b2c3 100644
--- a/src/libs/installer/installer.pro
+++ b/src/libs/installer/installer.pro
@@ -74,8 +74,6 @@ HEADERS += packagemanagercore.h \
operationrunner.h \
updatesettings.h \
adminauthorization.h \
- fsengineclient.h \
- fsengineserver.h \
elevatedexecuteoperation.h \
fakestopprocessforupdateoperation.h \
lazyplaintextedit.h \
@@ -158,8 +156,6 @@ SOURCES += packagemanagercore.cpp \
operationrunner.cpp \
updatesettings.cpp \
adminauthorization.cpp \
- fsengineclient.cpp \
- fsengineserver.cpp \
elevatedexecuteoperation.cpp \
fakestopprocessforupdateoperation.cpp \
lazyplaintextedit.cpp \
@@ -170,7 +166,6 @@ SOURCES += packagemanagercore.cpp \
licenseoperation.cpp \
component_p.cpp \
qprocesswrapper.cpp \
- templates.cpp \
qsettingswrapper.cpp \
settings.cpp \
packagemanagerproxyfactory.cpp \