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