forked from qt-creator/qt-creator
Fix compilation error with gcc 4.4.3
call of overloaded ‘QString(int)’ is ambiguous
This commit is contained in:
@@ -71,8 +71,7 @@ static QString fullyQualifiedName(Symbol *symbol, const Overview *overview)
|
||||
}
|
||||
|
||||
TypePrettyPrinter::TypePrettyPrinter(const Overview *overview)
|
||||
: _overview(overview),
|
||||
_name(0)
|
||||
: _overview(overview)
|
||||
{ }
|
||||
|
||||
TypePrettyPrinter::~TypePrettyPrinter()
|
||||
|
||||
Reference in New Issue
Block a user