Minor formatting

This commit is contained in:
Luca Beltrame 2020-08-19 16:55:39 +02:00
parent b241475b82
commit c8169f1bbe
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -32,7 +32,9 @@ DanbooruPoolModel::DanbooruPoolModel(QObject *parent): QAbstractTableModel(paren
}
const QStringList DanbooruPoolModel::m_headerNames = { i18n("ID"),
i18n("Name"), i18n("Posts"), i18n("Description")
i18n("Name"),
i18n("Posts"),
i18n("Description")
};
DanbooruPoolModel::~DanbooruPoolModel()
@ -122,4 +124,4 @@ DanbooruPool *DanbooruPoolModel::poolAt(int index) const
return m_items.at(index);
}
} // namespace Danbooru
} // namespace Danbooru