From b946d8162aae442be2047fb1505d9d7603e92de9 Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Thu, 23 Aug 2012 13:39:37 +0300 Subject: [PATCH] CameraStab UI: add comment about reference implementation --- .../plugins/config/configcamerastabilizationwidget.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ground/openpilotgcs/src/plugins/config/configcamerastabilizationwidget.cpp b/ground/openpilotgcs/src/plugins/config/configcamerastabilizationwidget.cpp index 55c170fd2..ae5712f5e 100644 --- a/ground/openpilotgcs/src/plugins/config/configcamerastabilizationwidget.cpp +++ b/ground/openpilotgcs/src/plugins/config/configcamerastabilizationwidget.cpp @@ -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"