qgsgrasstools_branch1_0.diff
src/plugins/grass/qgsgrasstools.cpp (working copy) | ||
---|---|---|
267 | 267 |
// Go through the sections and modules and add them to the list view |
268 | 268 |
addModules( 0, modulesElem ); |
269 | 269 | |
270 |
mModules->topLevelItem( 0 )->setExpanded( true ); |
|
270 |
mModulesTree->topLevelItem( 0 )->setExpanded( true );
|
|
271 | 271 | |
272 | 272 |
file.close(); |
273 | 273 |
return true; |