missionmule / mission-mule-gcs

Ground control station supporting Data Mule missions
Other
0 stars 0 forks source link

StaticMetaObject has no attribute DataStation #16

Closed Annerion closed 6 years ago

Annerion commented 6 years ago

Lots of build errors with the current development, mostly stemming from the error StaticMetaObject has no attribute DataStation.

@Moni286 I fixed the issue by uncomenting the part of the line that says DataStation is a child of QObject, but I want to be sure that is what you intended before I fix those changes.

mounir-khaled commented 6 years ago

Ok sounds good. Try also commenting the line in the DataStationManager that registers DataStation as a type and see if it works.

On Sat, Apr 21, 2018 at 6:07 PM Annerion notifications@github.com wrote:

Lots of build errors with the current development, mostly stemming from the error StaticMetaObject has no attribute DataStation.

@Moni286 https://github.com/Moni286 I fixed the issue by uncomenting the part of the line that says DataStation is a child of QObject, but I want to be sure that is what you intended before I fix those changes.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/dbcarelli/qgroundcontrol-mission-mule/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/APx-AtFqOyZgmKsYt0Xnu3lxQIIH_knsks5tqz0NgaJpZM4TeeJM .

Annerion commented 6 years ago

Fixed