mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Coding style++
This commit is contained in:
parent
194a081bd7
commit
ef52e98ee6
6 changed files with 16 additions and 8 deletions
|
@ -21,7 +21,8 @@
|
|||
#include "core/Group.h"
|
||||
#include "gui/GroupModel.h"
|
||||
|
||||
GroupView::GroupView(Database* db, QWidget* parent) : QTreeView(parent)
|
||||
GroupView::GroupView(Database* db, QWidget* parent)
|
||||
: QTreeView(parent)
|
||||
{
|
||||
m_model = new GroupModel(db, this);
|
||||
QTreeView::setModel(m_model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue