diff --git a/src/libneochat/texthandler.h b/src/libneochat/texthandler.h index a4329044f..9a240a6fa 100644 --- a/src/libneochat/texthandler.h +++ b/src/libneochat/texthandler.h @@ -37,6 +37,7 @@ public: TextCode, /*!< Text between code tags */ End, /*!< End of the input string */ }; + Q_ENUM(Type) /** * @brief Get the string being handled.