mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 19:46:06 -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
|
@ -30,7 +30,7 @@ class SettingsWidget : public EditWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SettingsWidget(QWidget* parent = 0);
|
||||
explicit SettingsWidget(QWidget* parent = Q_NULLPTR);
|
||||
~SettingsWidget();
|
||||
void loadSettings();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue