mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-21 20:49:00 -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
|
@ -34,7 +34,7 @@ class DatabaseOpenWidget : public DialogyWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DatabaseOpenWidget(QWidget* parent = 0);
|
||||
DatabaseOpenWidget(QWidget* parent = Q_NULLPTR);
|
||||
~DatabaseOpenWidget();
|
||||
void load(QFile* file, const QString& filename);
|
||||
void enterKey(const QString& pw, const QString& keyFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue