diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-01-11 16:00:03 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-01-11 16:00:03 -0300 |
commit | 6a56cd82d5cfee618ec0485688d30ecbcfcde174 (patch) | |
tree | bd74cd904482b7d557d0401d8dd60632e81d111a /tests | |
parent | 0115b563edf633a04da6cffcfc937d36c35a1784 (diff) | |
parent | 84b4e669800748dbb1b270fbf2e73c299871ac73 (diff) | |
download | qmenumodel-6a56cd82d5cfee618ec0485688d30ecbcfcde174.tar.gz qmenumodel-6a56cd82d5cfee618ec0485688d30ecbcfcde174.tar.bz2 qmenumodel-6a56cd82d5cfee618ec0485688d30ecbcfcde174.zip |
Merged mainline.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/loadmodel.qml | 19 | ||||
-rw-r--r-- | tests/client/loadmodel2.qml | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/tests/client/loadmodel.qml b/tests/client/loadmodel.qml index 7a1f045..fcdb4ba 100644 --- a/tests/client/loadmodel.qml +++ b/tests/client/loadmodel.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; version 3. + * + * This program 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * Authors: + * Renato Araujo Oliveira Filho <renato@canonical.com> + */ + import QtQuick 2.0 import QMenuModel 0.1 diff --git a/tests/client/loadmodel2.qml b/tests/client/loadmodel2.qml index dfe265d..4e283bb 100644 --- a/tests/client/loadmodel2.qml +++ b/tests/client/loadmodel2.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; version 3. + * + * This program 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * Authors: + * Renato Araujo Oliveira Filho <renato@canonical.com> + */ + import QtQuick 2.0 import QMenuModel 0.1 |