[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ruqola] src/qml: Remove unused file
From:       Montel Laurent <null () kde ! org>
Date:       2017-11-30 21:58:19
Message-ID: E1eKWqZ-0000XB-DV () code ! kde ! org
[Download RAW message or body]

Git commit 15e8d4a35529177d208288e338188441465c0bd8 by Montel Laurent.
Committed on 30/11/2017 at 21:57.
Pushed by mlaurent into branch 'master'.

Remove unused file

D  +0    -40   src/qml/ChannelConfigDialog.qml
M  +0    -1    src/qml/qml.qrc

https://commits.kde.org/ruqola/15e8d4a35529177d208288e338188441465c0bd8

diff --git a/src/qml/ChannelConfigDialog.qml b/src/qml/ChannelConfigDialog.=
qml
deleted file mode 100644
index 038f58b..0000000
--- a/src/qml/ChannelConfigDialog.qml
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
-   Copyright (c) 2017 Montel Laurent <montel@kde.org>
-
-   This library is free software; you can redistribute it and/or modify
-   it under the terms of the GNU Library General Public License as publish=
ed
-   by the Free Software Foundation; either version 2 of the License or
-   ( at your option ) version 3 or, at the discretion of KDE e.V.
-   ( which shall act as a proxy as in section 14 of the GPLv3 ), any later=
 version.
-
-   This library 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
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public Licen=
se
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-import QtQuick 2.9
-import QtQuick.Layouts 1.3
-import QtQuick.Controls 2.2
-import QtQuick.Window 2.0
-
-Dialog {
-    id: channelConfigDialog
-
-    property string channelName: ""
-
-    title: i18n("Configure Channel", channelName)
-
-    standardButtons: Dialog.Ok | Dialog.Cancel
-
-    x: parent.width / 2 - width / 2
-    y: parent.height / 2 - height / 2
-
-    modal: true
-
-}
diff --git a/src/qml/qml.qrc b/src/qml/qml.qrc
index 3dbaea1..8e3388c 100644
--- a/src/qml/qml.qrc
+++ b/src/qml/qml.qrc
@@ -13,7 +13,6 @@
         <file>AboutDialog.qml</file>
         <file>LicenseDialog.qml</file>
         <file>CreateNewChannelDialog.qml</file>
-        <file>ChannelConfigDialog.qml</file>
         <file>OpenDirectChannelDialog.qml</file>
         <file>ChannelInfoDialog.qml</file>
     </qresource>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic