X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=declarative%2Fmetadata.cpp;h=1009dca5bee407c5770f7000202816ee14249f36;hp=9091d23531fc25666957272b9f702a7212c89c99;hb=3423bd2565dc32f1a8910a99e1d26a6e977a3f63;hpb=f8861ec5a342457760b9e767ac90e6524917ad87 diff --git a/declarative/metadata.cpp b/declarative/metadata.cpp index 9091d23..1009dca 100644 --- a/declarative/metadata.cpp +++ b/declarative/metadata.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 @@ -169,7 +169,6 @@ QString MetaData::artist() const { } void MetaData::setArtist(const QString& artist) { - // TODO: there is a limit for the number of bytes in the artist if (m_artist != artist) { m_artist = artist; emit artistChanged();