summaryrefslogtreecommitdiff
path: root/generator/generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'generator/generator.h')
-rw-r--r--generator/generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/generator.h b/generator/generator.h
index 0a9bd3f..3dfde3a 100644
--- a/generator/generator.h
+++ b/generator/generator.h
@@ -47,6 +47,7 @@ private:
static std::string attributeToHtmlElement(const Attribute &attr);
static bool attributeEnabled(const Attribute &attr);
static bool methodEnabled(const Method &method, const Method::MethodParam &param);
+ static bool generateConnectVarsParse(const Attribute &attr);
private:
std::list<Attribute> m_attributes;