summaryrefslogtreecommitdiff
path: root/qml/waterwatch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/waterwatch.qml')
-rw-r--r--qml/waterwatch.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qml/waterwatch.qml b/qml/waterwatch.qml
index b41c7f5..cf65076 100644
--- a/qml/waterwatch.qml
+++ b/qml/waterwatch.qml
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Jouni Roivas
+ Copyright (C) 2014 Jouni Roivas
Copyright (C) 2013 Jolla Ltd.
Contact: Thomas Perl <thomas.perl@jollamobile.com>
All rights reserved.
@@ -13,7 +13,7 @@
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- * Neither the name of the Jolla Ltd nor the
+ * Neither the name of the authors nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
@@ -35,7 +35,7 @@ import "pages"
ApplicationWindow
{
- initialPage: Component { WatchPage { } }
+ initialPage: WatchPage { id: watchPage }
cover: Qt.resolvedUrl("cover/CoverPage.qml")
}