Advertisement
Guest User

Untitled

a guest
May 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include "DronoPilotHelper.h"
  2.  
  3. DronoPilotHelper::DronoPilotHelper(const QString& title, QAction* action, QWidget *parent)
  4. : QGCDockWidget(title, action, parent)
  5. {
  6.  
  7. }
  8.  
  9. DronoPilotHelper::~DronoPilotHelper()
  10. {
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement