mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Make use of Q_NULLPTR.
This commit is contained in:
parent
af142fc433
commit
68155e8f89
59 changed files with 144 additions and 96 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
GroupModel::GroupModel(Database* db, QObject* parent)
|
||||
: QAbstractItemModel(parent)
|
||||
, m_db(0)
|
||||
, m_db(Q_NULLPTR)
|
||||
{
|
||||
changeDatabase(db);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue