mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 14:31:03 -04:00
Make use of Q_NULLPTR.
This commit is contained in:
parent
af142fc433
commit
68155e8f89
59 changed files with 144 additions and 96 deletions
|
@ -36,7 +36,7 @@ class EditGroupWidget : public EditWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit EditGroupWidget(QWidget* parent = 0);
|
||||
explicit EditGroupWidget(QWidget* parent = Q_NULLPTR);
|
||||
~EditGroupWidget();
|
||||
|
||||
void loadGroup(Group* group, bool create, Database* database);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue