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
src/models/robot.h:22:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_PROPERTY is a macro then please configure it. [unknownMacro]
Q_PROPERTY(float kickspeedx READ getKickspeedx)
^
src/networks/receiver.h:37:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
private slots:
^
src/networks/sender.cpp:6:29: performance: Function parameter 'address' should be passed by const reference. [passedByValue]