1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Merge remote-tracking branch 'origin/os/CameraStab-use-ConfigTaskWidget' into next

This commit is contained in:
Oleg Semyonov 2012-08-23 13:41:34 +03:00
commit c47c8c373d

View File

@ -24,6 +24,15 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/*
* IMPORTANT: This module is meant to be a reference implementation which
* demostrates the use of ConfigTaskWidget API for widgets which are not directly
* related to UAVObjects. It contains a lot of comments including some commented
* out code samples. Please DO NOT COPY/PASTE them into any other module based
* on this.
*/
#include "configcamerastabilizationwidget.h"
#include "camerastabsettings.h"
#include "hwsettings.h"