Commit 6ce5b25d authored by Willian Galvani's avatar Willian Galvani

MotorComponent: Make setupSource virtual

parent cb1471a2
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment