summaryrefslogtreecommitdiffstats
path: root/src/controls/StackViewDelegate.qml
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-03-25 13:50:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-28 21:15:12 +0100
commit36f6ef354dd395c73494d4535bc36012659d73aa (patch)
treebd6bc4659ebefe5f1f23d2f865a8ea67c89d4ced /src/controls/StackViewDelegate.qml
parent4ec061085d08383682c787d63c4e152cf1c09fb7 (diff)
PageStack: remove "override transitions per page" API
Do this to simplify the API and maintenance burden. So far we cannot see any usecases for this. And its also easily possible to implement this API on top of StackView by implementing a custom StackViewDelegate Change-Id: If90058756d76dc8ef194e2a0a907c6c018115414 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/StackViewDelegate.qml')
-rw-r--r--src/controls/StackViewDelegate.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controls/StackViewDelegate.qml b/src/controls/StackViewDelegate.qml
index f82779d4b..070cce01d 100644
--- a/src/controls/StackViewDelegate.qml
+++ b/src/controls/StackViewDelegate.qml
@@ -60,9 +60,6 @@ QtObject {
function transitionFinished(properties)
{
- console.warn("Warning: StackViewDelegate: the current transition did not override "
- + "transitionFinished(properties). This can cause the exit page to "
- + "be left in a state that makes it unusable for further usage!")
}
property Component pushTransition: StackViewTransition {}