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

List:       kde-commits
Subject:    [kde-workspace/kickoff-qml] plasma/desktop/applets/kickoff/package/contents/ui: use urls: less qml
From:       Marco Martin <notmart () gmail ! com>
Date:       2012-10-23 20:45:47
Message-ID: 20121023204547.3B76AA6078 () git ! kde ! org
[Download RAW message or body]

Git commit 05f4c0f6a1ea8dc56c776e23eab79cff09e51866 by Marco Martin.
Committed on 23/10/2012 at 22:45.
Pushed by mart into branch 'kickoff-qml'.

use urls: less qml parsing

M  +4    -4    plasma/desktop/applets/kickoff/package/contents/ui/kickoff.qml

http://commits.kde.org/kde-workspace/05f4c0f6a1ea8dc56c776e23eab79cff09e51866

diff --git a/plasma/desktop/applets/kickoff/package/contents/ui/kickoff.qml \
b/plasma/desktop/applets/kickoff/package/contents/ui/kickoff.qml index \
                28e336d..5db5a35 100644
--- a/plasma/desktop/applets/kickoff/package/contents/ui/kickoff.qml
+++ b/plasma/desktop/applets/kickoff/package/contents/ui/kickoff.qml
@@ -121,22 +121,22 @@ Item {
         PlasmaExtras.ConditionalLoader {
             id: applicationsPage
             when: mainStack.currentTab == applicationsPage
-            source: Qt.createComponent("ApplicationsView.qml")
+            source: Qt.resolvedUrl("ApplicationsView.qml")
         }
         PlasmaExtras.ConditionalLoader {
             id: systemPage
             when: mainStack.currentTab == systemPage
-            source: Qt.createComponent("SystemView.qml")
+            source: Qt.resolvedUrl("SystemView.qml")
         }
         PlasmaExtras.ConditionalLoader {
             id: recentlyUsedPage
             when: mainStack.currentTab == recentlyUsedPage
-            source: Qt.createComponent("RecentlyUsedView.qml")
+            source: Qt.resolvedUrl("RecentlyUsedView.qml")
         }
         PlasmaExtras.ConditionalLoader {
             id: leavePage
             when: mainStack.currentTab == leavePage
-            source: Qt.createComponent("LeaveView.qml")
+            source: Qt.resolvedUrl("LeaveView.qml")
         }
     }
 


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

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