Remove commented 'comment'

Change-Id: I996a34fb2dc91da8b68039b4bc797a255c99d2e0
Reviewed-by: David Faure <faure@kde.org>
This commit is contained in:
ABBAPOH 2012-02-26 15:19:00 +04:00 committed by Qt by Nokia
parent bcf8c6984a
commit 7a1a0fc76b

View File

@ -68,7 +68,6 @@ QMimeTypePrivate::QMimeTypePrivate()
QMimeTypePrivate::QMimeTypePrivate(const QMimeType &other)
: name(other.d->name),
// comment(other.d->comment),
localeComments(other.d->localeComments),
genericIconName(other.d->genericIconName),
iconName(other.d->iconName),
@ -78,7 +77,6 @@ QMimeTypePrivate::QMimeTypePrivate(const QMimeType &other)
void QMimeTypePrivate::clear()
{
name.clear();
//comment.clear();
localeComments.clear();
genericIconName.clear();
iconName.clear();
@ -93,7 +91,6 @@ bool QMimeTypePrivate::operator==(const QMimeTypePrivate &other) const
{
DBG();
if (name == other.name &&
//comment == other.comment &&
localeComments == other.localeComments &&
genericIconName == other.genericIconName &&
iconName == other.iconName &&