aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetalang.h')
-rw-r--r--abstractmetalang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/abstractmetalang.h b/abstractmetalang.h
index d53c5656a..6adb73739 100644
--- a/abstractmetalang.h
+++ b/abstractmetalang.h
@@ -1332,6 +1332,7 @@ public:
void addFunction(AbstractMetaFunction *function);
bool hasFunction(const AbstractMetaFunction *f) const;
bool hasFunction(const QString &str) const;
+ const AbstractMetaFunction* findFunction(const QString& functionName) const;
bool hasSignal(const AbstractMetaFunction *f) const;
bool hasConstructors() const;