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"),
|
const QStringList DanbooruPoolModel::m_headerNames = { i18n("ID"),
|
||||||
i18n("Name"), i18n("Posts"), i18n("Description")
|
i18n("Name"),
|
||||||
|
i18n("Posts"),
|
||||||
|
i18n("Description")
|
||||||
};
|
};
|
||||||
|
|
||||||
DanbooruPoolModel::~DanbooruPoolModel()
|
DanbooruPoolModel::~DanbooruPoolModel()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue