aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/productinstaller.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-30 10:14:16 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-30 08:47:03 +0000
commit3811fd0855ea37eea6a02d6d3285b2503c6701d0 (patch)
tree1fbf4cdc1874c50f27ff762babd6362a4826ca20 /src/lib/corelib/buildgraph/productinstaller.cpp
parent4b20594bd141fbfb46891ee100696a39ffe5d4c6 (diff)
Code clean-up in corelib/language/.
- Remove unneeded #includes (particularly from header files). - Make inline member function implementations less verbose. - De-QObjectify the Loader class and remove unneeded members & heap allocations. - Minor stuff (const issues, unneeded namespace qualifications). Change-Id: I55f2d7ed98b32faed7582bc6adfa04eb799de874 Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/productinstaller.cpp')
-rw-r--r--src/lib/corelib/buildgraph/productinstaller.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/corelib/buildgraph/productinstaller.cpp b/src/lib/corelib/buildgraph/productinstaller.cpp
index 584ff28bb..dced7abe1 100644
--- a/src/lib/corelib/buildgraph/productinstaller.cpp
+++ b/src/lib/corelib/buildgraph/productinstaller.cpp
@@ -31,7 +31,9 @@
#include "artifact.h"
#include "productbuilddata.h"
+
#include <language/language.h>
+#include <language/propertymapinternal.h>
#include <logging/translator.h>
#include <tools/qbsassert.h>
#include <tools/error.h>