Expand up to root when creating a view. Removed use of expandAll()

p4#: 21353
This commit is contained in:
Magne Sjaastad
2013-04-22 10:04:37 +02:00
parent bd211d2115
commit 79e7d3604c
4 changed files with 29 additions and 8 deletions

View File

@@ -106,6 +106,7 @@ private:
bool checkAndHandleToggleOfMultipleSelection();
void setExpandedUpToRoot(const QModelIndex& itemIndex);
private:
QAction* m_pasteAction;
};