forked from qt-creator/qt-creator
ExtensionManager: Reduce sort options
Fixes: QTCREATORBUG-31799 Change-Id: I320051bda2859c33019d1a3d79beffc9fa284d96 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -425,8 +425,6 @@ public:
|
||||
static const QList<SortOption> options = {
|
||||
{Tr::tr("Last updated"), RoleDateUpdated, Qt::DescendingOrder},
|
||||
{Tr::tr("Name"), RoleName},
|
||||
{Tr::tr("Vendor"), RoleVendor},
|
||||
{Tr::tr("Popularity"), RoleDownloadCount, Qt::DescendingOrder},
|
||||
};
|
||||
return options;
|
||||
}
|
||||
|
Reference in New Issue
Block a user