Added copyright and license info to QML files
[chessclock] / qml / MainPage.qml
index b7f7516..d7b3987 100644 (file)
@@ -1,3 +1,25 @@
+/**************************************************************************
+
+   Chess Clock
+
+   This file is part of Chess Clock software.
+
+   (This file) Copyright (c) Heli Hyvättinen 2011
+
+   Chess Clock is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   Chess Clock is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+
+**************************************************************************/
+
+
 import QtQuick 1.1
 import com.meego 1.0
 import QtQuick 1.0
@@ -134,6 +156,8 @@ Page {
         property string name
         property bool askAddition
 
+        onAccepted: pageStack.push(clocksPage)
+
 
 
         title:Label