summaryrefslogtreecommitdiffhomepage
path: root/options/metatype.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/metatype.hpp')
-rw-r--r--options/metatype.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/metatype.hpp b/options/metatype.hpp
index 01ff4e71..c889766a 100644
--- a/options/metatype.hpp
+++ b/options/metatype.hpp
@@ -27,7 +27,7 @@ struct custom_type_initializer final
custom_type_initializer();
- template<typename t> static inline void declare_for_type(const char* str)
+ template<typename t> static void declare_for_type(const char* str)
{
qRegisterMetaType<t>(str);
qRegisterMetaTypeStreamOperators<t>();