mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-12 08:53:08 -04:00
Constification and some style fixes.
This commit is contained in:
parent
b3ddfca2bd
commit
3df2ad35cb
28 changed files with 84 additions and 105 deletions
|
@ -21,8 +21,8 @@
|
|||
|
||||
EntryView::EntryView(QWidget* parent)
|
||||
: QTreeView(parent)
|
||||
, m_model(new EntryModel(this))
|
||||
{
|
||||
m_model = new EntryModel(this);
|
||||
QTreeView::setModel(m_model);
|
||||
|
||||
setUniformRowHeights(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue