mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +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
|
@ -32,8 +32,8 @@
|
|||
#include "gui/group/GroupView.h"
|
||||
|
||||
DatabaseManagerStruct::DatabaseManagerStruct()
|
||||
: file(0)
|
||||
, dbWidget(0)
|
||||
: file(Q_NULLPTR)
|
||||
, dbWidget(Q_NULLPTR)
|
||||
, modified(false)
|
||||
, readOnly(false)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue