mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -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
|
@ -21,6 +21,8 @@
|
|||
#include <QtCore/QScopedPointer>
|
||||
#include <QtGui/QStackedWidget>
|
||||
|
||||
#include "core/Global.h"
|
||||
|
||||
class ChangeMasterKeyWidget;
|
||||
class DatabaseOpenWidget;
|
||||
class DatabaseSettingsWidget;
|
||||
|
@ -63,7 +65,7 @@ public:
|
|||
EntryCopyPassword
|
||||
};
|
||||
|
||||
explicit DatabaseWidget(Database* db, QWidget* parent = 0);
|
||||
explicit DatabaseWidget(Database* db, QWidget* parent = Q_NULLPTR);
|
||||
~DatabaseWidget();
|
||||
GroupView* groupView();
|
||||
EntryView* entryView();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue