mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 11:36:18 -04:00
Make C++11 mandatory.
This commit is contained in:
parent
0e85c98d02
commit
7fa0eddc5f
112 changed files with 332 additions and 411 deletions
|
@ -30,7 +30,7 @@ class SettingsWidget : public EditWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SettingsWidget(QWidget* parent = Q_NULLPTR);
|
||||
explicit SettingsWidget(QWidget* parent = nullptr);
|
||||
~SettingsWidget();
|
||||
void loadSettings();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue