Compile fix.

This commit is contained in:
Friedemann Kleint
2011-01-04 16:15:05 +01:00
parent 813cc54a9b
commit 6d1af1fe0b

View File

@@ -76,7 +76,7 @@ void FakeMetaMethod::addParameter(const QString &name, const QString &type)
int FakeMetaMethod::methodType() const
{ return m_methodTy; }
void FakeMetaMethod::FakeMetaMethod::setMethodType(int methodType)
void FakeMetaMethod::setMethodType(int methodType)
{ m_methodTy = methodType; }
int FakeMetaMethod::access() const