Skip to content

Do not define Q_INVOKABLE in definition of method

Alexander Lohnau requested to merge work/alex/cleanup into master

https://doc.qt.io/qt-5/qobject.html#Q_INVOKABLE states that the macro should be applied to the declaration and not the definition of the methods.

Merge request reports