add const to your definition! (as the error message says...)Qt Code:
qreal myProj::myPlugin::speed() const { }To copy to clipboard, switch view to plain text mode
add const to your definition! (as the error message says...)Qt Code:
qreal myProj::myPlugin::speed() const { }To copy to clipboard, switch view to plain text mode
Bookmarks