Skip to content

Commit

Permalink
Sort the model proxy after populating so python and c++ plugins get s…
Browse files Browse the repository at this point in the history
…orted irrescective of their type.

git-svn-id: http://svn.osgeo.org/qgis/trunk@8607 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jun 6, 2008
1 parent 9688256 commit 5d8b454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgspluginmanager.cpp
Expand Up @@ -76,6 +76,7 @@ QgsPluginManager::QgsPluginManager(QgsPythonUtils* pythonUtils, QWidget * parent
setTable();
getPluginDescriptions();
getPythonPluginDescriptions();
mModelProxy->sort(0,Qt::AscendingOrder);
//
// Create the select all and clear all buttons and add them to the
// buttonBox
Expand Down

0 comments on commit 5d8b454

Please sign in to comment.