Fix commas according to qt coding style

Change-Id: Ibf49f1c3d426917d1cfcb382c8ed2771d43d6e99
Reviewed-by: David Faure <faure@kde.org>
bb10
ABBAPOH 2012-02-26 15:17:59 +04:00 committed by Qt by Nokia
parent f744b82344
commit bcf8c6984a
1 changed files with 6 additions and 6 deletions

View File

@ -67,12 +67,12 @@ 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)
, globPatterns(other.d->globPatterns)
: name(other.d->name),
// comment(other.d->comment),
localeComments(other.d->localeComments),
genericIconName(other.d->genericIconName),
iconName(other.d->iconName),
globPatterns(other.d->globPatterns)
{}
void QMimeTypePrivate::clear()