X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lib%2Fqtcammode.cpp;h=8e72b55c2b0a8513b34f70ee3694856ff9dde8fe;hb=0969456e18d3557b7b22082399ad857b45710b12;hp=d843eb56e22297c306f95920b52ea1bc617a69ed;hpb=38c29328262ebcb0dd40f4fd4d83f779707455c3;p=harmattan%2Fcameraplus diff --git a/lib/qtcammode.cpp b/lib/qtcammode.cpp index d843eb5..8e72b55 100644 --- a/lib/qtcammode.cpp +++ b/lib/qtcammode.cpp @@ -1,7 +1,7 @@ /*! * This file is part of CameraPlus. * - * Copyright (C) 2012 Mohammed Sameer + * Copyright (C) 2012-2013 Mohammed Sameer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -110,7 +110,6 @@ void QtCamMode::activate() { d_ptr->dev->active = this; - // TODO: check that we can actually do it. Perhaps the pipeline is busy. g_object_set(d_ptr->dev->cameraBin, "mode", d_ptr->id, NULL); d_ptr->dev->listener->addHandler(d_ptr->previewImageHandler);