From 729262c63d51f8ee55138bc82c8f75e9815e60d5 Mon Sep 17 00:00:00 2001
From: Leonardo Sobral Cunha <leo.cunha@nokia.com>
Date: Fri, 29 Jun 2012 15:15:18 +0200
Subject: [PATCH] list qmldir in alphabetical order

Change-Id: Id9730dcc6f4fdcdbc86d7d5d0df9e9f05957a47a
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
---
 components/qmldir | 47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/components/qmldir b/components/qmldir
index 79f6f5ad9..cafb37665 100644
--- a/components/qmldir
+++ b/components/qmldir
@@ -1,31 +1,32 @@
-Slider 0.1 Slider.qml
-SpinBox 0.1 SpinBox.qml
-GroupBox 0.1 GroupBox.qml
+plugin styleplugin plugin
+ApplicationWindow 0.1 ApplicationWindow.qml
 Button 0.1 Button.qml
-Label 0.1 Label.qml
-ToolBar 0.1 ToolBar.qml
-TabFrame 0.1 TabFrame.qml
-TabBar 0.1 TabBar.qml
-Tab 0.1 Tab.qml
+ButtonRow 0.1 ButtonRow.qml
+ButtonColumn 0.1 ButtonColumn.qml
+CheckBox 0.1 CheckBox.qml
+ComboBox 0.1 ComboBox.qml
+ContextMenu 0.1 ContextMenu.qml
+Dial 0.1 Dial.qml
+Dialog 0.1 Dialog.qml
 Frame 0.1 Frame.qml
+GroupBox 0.1 GroupBox.qml
+Label 0.1 Label.qml
+ProgressBar 0.1 ProgressBar.qml
+RadioButton 0.1 RadioButton.qml
 ScrollArea 0.1 ScrollArea.qml
 ScrollBar 0.1 ScrollBar.qml
-ComboBox 0.1 ComboBox.qml
-ToolButton 0.1 ToolButton.qml
-TextArea 0.1 TextArea.qml
-TextField 0.1 TextField.qml
-ProgressBar 0.1 ProgressBar.qml
-ButtonRow 0.1 ButtonRow.qml
-ButtonColumn 0.1 ButtonColumn.qml
+Slider 0.1 Slider.qml
+SpinBox 0.1 SpinBox.qml
 SplitterRow 0.1 SplitterRow.qml
 SplitterColumn 0.1 SplitterColumn.qml
-Dial 0.1 Dial.qml
+StatusBar 0.1 StatusBar.qml
+Tab 0.1 Tab.qml
+TabBar 0.1 TabBar.qml
+TabFrame 0.1 TabFrame.qml
 TableView 0.1 TableView.qml
-CheckBox 0.1 CheckBox.qml
-RadioButton 0.1 RadioButton.qml
-plugin styleplugin plugin
 TableColumn 0.1 TableColumn.qml
-ContextMenu 0.1 ContextMenu.qml
-Dialog 0.1 Dialog.qml
-StatusBar 0.1 StatusBar.qml
-ApplicationWindow 0.1 ApplicationWindow.qml
+TextArea 0.1 TextArea.qml
+TextField 0.1 TextField.qml
+ToolBar 0.1 ToolBar.qml
+ToolButton 0.1 ToolButton.qml
+
-- 
GitLab