summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component_p.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-03-11 14:51:16 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-03-15 13:14:41 +0100
commit7796a25de086de6276d5128d50469ab260528eeb (patch)
tree4a64a94c8e3e23b5fa8311f05f91eeb1772da4d1 /src/libs/installer/component_p.h
parentbbebc83ebf22b6286a82586fa8845cb3c0e94d4e (diff)
Add component model behavior auto test and fix broken model.
Task-number: QTIFW-84 Task-number: QTIFW-213 Change-Id: I8fc9035ba3b14c2c12a1672b74869bece68c8ee9 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/libs/installer/component_p.h')
-rw-r--r--src/libs/installer/component_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libs/installer/component_p.h b/src/libs/installer/component_p.h
index 241888a3f..9101021ae 100644
--- a/src/libs/installer/component_p.h
+++ b/src/libs/installer/component_p.h
@@ -125,10 +125,8 @@ public:
explicit ComponentModelHelper();
int childCount() const;
- int indexInParent() const;
-
- QList<Component*> childs() const;
Component* childAt(int index) const;
+ QList<Component*> childItems() const;
bool isEnabled() const;
void setEnabled(bool enabled);