From 1533ecbcf2c99584a0f41acef7cfb62d9f6667d8 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Fri, 25 Oct 2013 12:07:00 +0200 Subject: [PATCH] Move Sailfish-specific code to separate repository --- index_sailfish.qml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 index_sailfish.qml diff --git a/index_sailfish.qml b/index_sailfish.qml deleted file mode 100644 index c87b406..0000000 --- a/index_sailfish.qml +++ /dev/null @@ -1,28 +0,0 @@ -/** - * - * gPodder QML UI Reference Implementation - * Copyright (c) 2013, Thomas Perl - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR - * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. - * - */ - -import QtQuick 2.0 -import Sailfish.Silica 1.0 -import 'qml' - -ApplicationWindow { - initialPage: Page { - Main {} - } -}