Minor formatting
This commit is contained in:
parent
b241475b82
commit
c8169f1bbe
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue