Skip to content

Commit 6dfdcfe

Browse files
author
timlinux
committedJun 6, 2008
Sort the model proxy after populating so python and c++ plugins get sorted irrescective of their type.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8607 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgspluginmanager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ QgsPluginManager::QgsPluginManager(QgsPythonUtils* pythonUtils, QWidget * parent
7676
setTable();
7777
getPluginDescriptions();
7878
getPythonPluginDescriptions();
79+
mModelProxy->sort(0,Qt::AscendingOrder);
7980
//
8081
// Create the select all and clear all buttons and add them to the
8182
// buttonBox

0 commit comments

Comments
 (0)
Please sign in to comment.