~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/1.3/PageWrapper.qml

  • Committer: CI Train Bot
  • Author(s): Christian Dywan, Zsombor Egri, Zoltán Balogh, Tim Peeters, Albert Astals Cid, Michael Sheldon, Benjamin Zeller
  • Date: 2015-12-17 17:13:49 UTC
  • mfrom: (1000.739.27 OTA9-landing-2015-12-16)
  • Revision ID: ci-train-bot@canonical.com-20151217171349-8xwclnhnx8v9oz4m
OTA9-landing-2015-12-16
Approved by: Zoltan Balogh

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 */
16
16
 
17
17
import QtQuick 2.4
 
18
import Ubuntu.Components 1.3 as Toolkit
18
19
import "PageWrapperUtils.js" as Utils
19
20
 
20
21
/*!
24
25
    \ingroup ubuntu
25
26
    \brief Internal class used by \l PageStack
26
27
*/
27
 
PageTreeNode {
 
28
Toolkit.PageTreeNode {
28
29
    id: pageWrapper
29
30
    anchors.fill: parent
30
31