Get rid of Oveview::prettyTypeWithName() and LookupContext::minimalName()

This commit is contained in:
Roberto Raggi
2010-07-29 15:16:43 +02:00
parent d3761d10e2
commit 7794289424
3 changed files with 9 additions and 64 deletions

View File

@@ -80,10 +80,6 @@ public:
QString prettyType(const FullySpecifiedType &type, const Name *name = 0) const;
QString prettyType(const FullySpecifiedType &type, const QString &name) const;
QString prettyTypeWithName(const FullySpecifiedType &type,
const Name *name,
Control *control);
private:
unsigned _markedArgument;
int _markedArgumentBegin;