aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates_frontend/module.h.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates_frontend/module.h.tpl')
-rw-r--r--src/tools/ivigenerator/templates_frontend/module.h.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ivigenerator/templates_frontend/module.h.tpl b/src/tools/ivigenerator/templates_frontend/module.h.tpl
index 6520091..7869ea5 100644
--- a/src/tools/ivigenerator/templates_frontend/module.h.tpl
+++ b/src/tools/ivigenerator/templates_frontend/module.h.tpl
@@ -71,7 +71,7 @@ public:
{% else %}
Q_ENUM({{enum}})
{% endif %}
-
+ static {{enum}} to{{enum}}(quint8 v, bool *ok);
{% endfor %}
static void registerTypes();