Fix commas according to qt coding style
Change-Id: Ibf49f1c3d426917d1cfcb382c8ed2771d43d6e99 Reviewed-by: David Faure <faure@kde.org>bb10
parent
f744b82344
commit
bcf8c6984a
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue