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

« back to all changes in this revision

Viewing changes to tests/unittests/tst_QmlTests.cpp

  • Committer: Tarmac
  • Author(s): Ugo Riboni
  • Date: 2013-08-19 16:22:37 UTC
  • mfrom: (44.1.25 ubuntu-ui-extras)
  • Revision ID: tarmac-20130819162237-09mt0t70n60zaezv
Move most of the share-app code into a component as part of Ubuntu.Components.Extras.

Approved by PS Jenkins bot, Olivier Tilloy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright 2013 Canonical Ltd.
3
 
 *
4
 
 * This file is part of ubuntu-ui-extras.
5
 
 *
6
 
 * ubuntu-ui-extras is free software; you can redistribute it and/or modify
7
 
 * it under the terms of the GNU General Public License as published by
8
 
 * the Free Software Foundation; version 3.
9
 
 *
10
 
 * ubuntu-ui-extras is distributed in the hope that it will be useful,
11
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
 * GNU General Public License for more details.
14
 
 *
15
 
 * You should have received a copy of the GNU General Public License
16
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
 
 */
18
 
 
19
 
#include <QtQuickTest/quicktest.h>
20
 
QUICK_TEST_MAIN(QmlTests)
21