Get rid of the those ugly warnings.

This commit is contained in:
Roberto Raggi
2010-07-19 15:10:06 +02:00
parent 6eadeb052c
commit c4ede7263d
5 changed files with 9 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ public:
typedef QList< QPair<const Identifier *, FullySpecifiedType> > Substitution;
public:
Q_DECL_DEPRECATED static FullySpecifiedType instantiate(const Name *className, Symbol *candidate, QSharedPointer<Control> control);
static FullySpecifiedType instantiate(const Name *className, Symbol *candidate, QSharedPointer<Control> control);
private:
DeprecatedGenTemplateInstance(QSharedPointer<Control> control, const Substitution &substitution);