summaryrefslogtreecommitdiffstats
path: root/hyperui/view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hyperui/view.cpp')
-rw-r--r--hyperui/view.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/hyperui/view.cpp b/hyperui/view.cpp
index ce86e5d..5668ae4 100644
--- a/hyperui/view.cpp
+++ b/hyperui/view.cpp
@@ -61,3 +61,13 @@ void View::setTitle(const QString &title)
emit titleChanged();
}
}
+
+void View::doTransitionIn()
+{
+ emit transitionInStarted();
+}
+
+void View::doTransitionOut()
+{
+ emit transitionOutStarted();
+}