projectpanel/projectexplorer: added select all/deselect all functionality
This commit is contained in:
@@ -349,3 +349,13 @@ ProjectViewModel *ProjectExplorer::model()
|
||||
{
|
||||
return &model_;
|
||||
}
|
||||
|
||||
void ProjectExplorer::SelectAll()
|
||||
{
|
||||
CurrentView()->selectAll();
|
||||
}
|
||||
|
||||
void ProjectExplorer::DeselectAll()
|
||||
{
|
||||
CurrentView()->selectionModel()->clearSelection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user