Renamed Symboo::isScopedSymbol().

This commit is contained in:
Roberto Raggi
2010-08-12 12:35:22 +02:00
parent b2baaee4b6
commit 16b1e8b40d
4 changed files with 5 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ QVariant OverviewModel::data(const QModelIndex &index, int role) const
name = QLatin1Char('+') + name;
else
name = QLatin1Char('-') + name;
} else if (! symbol->isScopedSymbol() || symbol->isFunction()) {
} else if (! symbol->isScope() || symbol->isFunction()) {
QString type = _overview.prettyType(symbol->type());
if (! type.isEmpty()) {
if (! symbol->type()->isFunctionType())