1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-09 20:46:07 +01:00
LibrePilot/ground/src/plugins/scope/scopegadget.cpp

20 lines
373 B
C++
Raw Normal View History

/*
* scopegadget.cpp
*
* Created on: Mar 11, 2010
* Author: peter
*/
#include "scopegadget.h"
#include "scopegadgetwidget.h"
ScopeGadget::ScopeGadget(QString classId, QList<IUAVGadgetConfiguration*> *configurations, ScopeGadgetWidget *widget) :
IUAVGadget(classId, configurations, widget),
m_widget(widget)
{
}
ScopeGadget::~ScopeGadget()
{
}