From d920af378c9f705b1d5cb06a2e71e6155644e215 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 30 Sep 2013 14:21:15 +0200 Subject: [PATCH] qdoc: Use empty common prefix for alphabetical QML type lists This change allows an empty string to be used as a common prefix for class/type compact lists, and uses it for QML types as they do not have a common prefix like public C++ Qt classes do. This fixes the issue with sorting order for QML type lists. Task-number: QTBUG-33715 Change-Id: I28ab689d28017ae28eccbf590d1dbbe107665e33 Reviewed-by: Jerome Pasion Reviewed-by: Martin Smith