summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-02-18 16:43:09 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-02-19 15:43:04 +0100
commit8092e354949370be204071258661aefad6f2b58e (patch)
tree3ab35c6e7f791c48f9cafe7a5c2c5efcc114d0c1 /src/libs/installer/component.h
parent5cd196bfc78098d02100e48811b5d5d696058d96 (diff)
Remove RunMode enum, it's useless and clutters the API.
Change-Id: I4323a0d66bda362ccee71a19352c37c9ac1b51e1 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'src/libs/installer/component.h')
-rw-r--r--src/libs/installer/component.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/component.h b/src/libs/installer/component.h
index 1c8712145..7e5541970 100644
--- a/src/libs/installer/component.h
+++ b/src/libs/installer/component.h
@@ -117,7 +117,7 @@ public:
Component *parentComponent() const;
void appendComponent(Component *component);
void removeComponent(Component *component);
- QList<Component*> childComponents(bool recursive, RunMode runMode) const;
+ QList<Component*> childComponents(bool recursive) const;
void loadComponentScript();