You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently plugin emits lots of warnings coming from Qt 5.0.2 headers here. I guess this might be right behavior, but it makes is pretty useless for app developer, since problem is in Qt headers not in the app.
So please provide Clang diagnostic kind that is disabled by default and can be enabled via -Wmoc-no-enum-names.
I think this needs somehow to provide our own .tdtblgen file.
The text was updated successfully, but these errors were encountered:
Currently plugin emits lots of warnings coming from Qt 5.0.2 headers here. I guess this might be right behavior, but it makes is pretty useless for app developer, since problem is in Qt headers not in the app.
So please provide Clang diagnostic kind that is disabled by default and can be enabled via
-Wmoc-no-enum-names
.I think this needs somehow to provide our own
.td
tblgen file.The text was updated successfully, but these errors were encountered: