aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpath_p.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-04-24 13:26:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-24 21:36:01 +0200
commite65835789c8022d7105f05679a64fd468c5b44d2 (patch)
treed4a893a1c0fa35c3dcfa907e36a9190fd533df83 /src/quick/util/qquickpath_p.h
parent20d33b96acf95fc1e162c4e8ed00d4b0b20806d9 (diff)
Refactor QQuickPath componentComplete
It is a prequel for the refactoring of the pathElements property. Change-Id: I56cc4b9b419fecf96e331a6cab58b33157742e70 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by: Aurindam Jana <aurindam.jana@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'src/quick/util/qquickpath_p.h')
-rw-r--r--src/quick/util/qquickpath_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/util/qquickpath_p.h b/src/quick/util/qquickpath_p.h
index 71545851e4..cbb8566d99 100644
--- a/src/quick/util/qquickpath_p.h
+++ b/src/quick/util/qquickpath_p.h
@@ -393,6 +393,9 @@ Q_SIGNALS:
protected:
virtual void componentComplete();
virtual void classBegin();
+ void disconnectPathElements();
+ void connectPathElements();
+ void gatherAttributes();
private Q_SLOTS:
void processPath();