mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-16 07:21:04 -04:00
Make C++11 mandatory.
This commit is contained in:
parent
0e85c98d02
commit
7fa0eddc5f
112 changed files with 332 additions and 411 deletions
|
@ -37,7 +37,7 @@ class EditGroupWidget : public EditWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit EditGroupWidget(QWidget* parent = Q_NULLPTR);
|
||||
explicit EditGroupWidget(QWidget* parent = nullptr);
|
||||
~EditGroupWidget();
|
||||
|
||||
void loadGroup(Group* group, bool create, Database* database);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue