Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
6ce5b25d
Commit
6ce5b25d
authored
Oct 25, 2018
by
Willian Galvani
Browse files
MotorComponent: Make setupSource virtual
parent
cb1471a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/Common/MotorComponent.h
View file @
6ce5b25d
...
...
@@ -30,7 +30,7 @@ public:
QString
iconResource
(
void
)
const
final
;
bool
requiresSetup
(
void
)
const
final
;
bool
setupComplete
(
void
)
const
final
;
QUrl
setupSource
(
void
)
const
final
;
virtual
QUrl
setupSource
(
void
)
const
;
QUrl
summaryQmlSource
(
void
)
const
final
;
private:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment