X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lib%2Fqtcamnoisereduction.cpp;h=cb9f5239b2e6ba99b5ffa98b99856580b028a105;hb=78aac077c3af3ec08d3dca630040914929c94f28;hp=1431ae88a5734687adf80ef8b045de75117c24c8;hpb=c25113bcb8cc0005d19fa9ddc9ab41365271f44d;p=harmattan%2Fcameraplus diff --git a/lib/qtcamnoisereduction.cpp b/lib/qtcamnoisereduction.cpp index 1431ae8..cb9f523 100644 --- a/lib/qtcamnoisereduction.cpp +++ b/lib/qtcamnoisereduction.cpp @@ -1,10 +1,30 @@ +/*! + * This file is part of CameraPlus. + * + * Copyright (C) 2012 Mohammed Sameer + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "qtcamnoisereduction.h" #include "qtcamcapability_p.h" QtCamNoiseReduction::QtCamNoiseReduction(QtCamDevice *dev, QObject *parent) : QtCamCapability(new QtCamCapabilityPrivate(dev, QtCamCapability::NoiseReduction, "noise-reduction"), parent) { - // TODO: QML + } QtCamNoiseReduction::~QtCamNoiseReduction() {