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
Don't pass screw_display.hpp to the moc generator. (#1018)
Since it isn't a Qt class, you get a warning from moc:
Note: No relevant classes found. No output generated.
Just skip adding it to the moc list here, which gets rid
of the warning.
Signed-off-by: Chris Lalancette <[email protected]>
0 commit comments