Commit 349c63d9 authored by Gus Grubba's avatar Gus Grubba

Remove debug output

parent 13d939d6
...@@ -197,7 +197,7 @@ public: ...@@ -197,7 +197,7 @@ public:
virtual void setFlightDuration (int seconds) = 0; virtual void setFlightDuration (int seconds) = 0;
virtual void setFlightStartsNow (bool now) = 0; virtual void setFlightStartsNow (bool now) = 0;
virtual void startFlightPlanning (PlanMasterController* planController) = 0; virtual void startFlightPlanning (PlanMasterController* planController) = 0;
virtual void setDirty (bool dirt) { if(_dirty != dirt) { _dirty = dirt; emit dirtyChanged(); qDebug() << "Dirty" << _dirty; }} virtual void setDirty (bool dirt) { if(_dirty != dirt) { _dirty = dirt; emit dirtyChanged(); }}
signals: signals:
void flightPermitStatusChanged (); void flightPermitStatusChanged ();
......
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