forked from qt-creator/qt-creator
ClassView: Dissolve the internal 'Utils' class
It's regularly getting in my way, and it's rather a namespace anyway. Also, move the functions that are only used once closer to their place of use. Change-Id: I97951aae1b69c04f391afbdd1b491a8a9173a977 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -437,7 +437,7 @@ void Manager::gotoLocation(const QString &fileName, int line, int column)
|
||||
|
||||
void Manager::gotoLocations(const QList<QVariant> &list)
|
||||
{
|
||||
QSet<SymbolLocation> locations = Utils::roleToLocations(list);
|
||||
QSet<SymbolLocation> locations = Internal::roleToLocations(list);
|
||||
if (locations.size() == 0)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user