Fix warning due to multiline comment

This commit is contained in:
Dale Glass 2020-09-23 22:34:01 +02:00
parent 892f97d38d
commit b243d382fc

View file

@ -240,7 +240,7 @@ public:
* @param {object} enum - Enum.
* @deprecated This function is deprecated and will be removed.
*/
// WARNING: This function must be called after a registerGlobalObject that creates the namespace this enum is located in, or\
// WARNING: This function must be called after a registerGlobalObject that creates the namespace this enum is located in, or
// the globalObject won't function. E.g., if you have a Foo object and a Foo.FooType enum, Foo must be registered first.
/// registers a global enum
Q_INVOKABLE void registerEnum(const QString& enumName, QMetaEnum newEnum);