forked from qt-creator/qt-creator
fix build with qt 4.7
it is source-incompatible to this broken code :)
This commit is contained in:
@@ -69,8 +69,7 @@ static QString fullyQualifiedName(Symbol *symbol, const Overview *overview)
|
|||||||
}
|
}
|
||||||
|
|
||||||
TypePrettyPrinter::TypePrettyPrinter(const Overview *overview)
|
TypePrettyPrinter::TypePrettyPrinter(const Overview *overview)
|
||||||
: _overview(overview),
|
: _overview(overview)
|
||||||
_name(0)
|
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
TypePrettyPrinter::~TypePrettyPrinter()
|
TypePrettyPrinter::~TypePrettyPrinter()
|
||||||
|
Reference in New Issue
Block a user