forked from pool/discover
238b5d7ebb
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=50
26 lines
797 B
Diff
26 lines
797 B
Diff
From c1cb0514dd770d4337a571cb7277b92dc4f01c28 Mon Sep 17 00:00:00 2001
|
|
From: Aleix Pol <aleixpol@kde.org>
|
|
Date: Thu, 15 Sep 2016 18:16:36 +0200
|
|
Subject: [PATCH 2/4] Don't artificially require QtQuick 5.7
|
|
|
|
---
|
|
discover/qml/DiscoverDrawer.qml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/discover/qml/DiscoverDrawer.qml b/discover/qml/DiscoverDrawer.qml
|
|
index c0dd621..25d77e1 100644
|
|
--- a/discover/qml/DiscoverDrawer.qml
|
|
+++ b/discover/qml/DiscoverDrawer.qml
|
|
@@ -18,7 +18,7 @@
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
|
***************************************************************************/
|
|
|
|
-import QtQuick 2.7
|
|
+import QtQuick 2.6
|
|
import QtQuick.Layouts 1.1
|
|
import QtQuick.Controls 1.1
|
|
import org.kde.discover 1.0
|
|
--
|
|
2.10.0
|
|
|