mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Make C++11 mandatory.
This commit is contained in:
parent
0e85c98d02
commit
7fa0eddc5f
112 changed files with 332 additions and 411 deletions
|
@ -25,10 +25,10 @@ class KeePass1OpenWidget : public DatabaseOpenWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit KeePass1OpenWidget(QWidget* parent = Q_NULLPTR);
|
||||
explicit KeePass1OpenWidget(QWidget* parent = nullptr);
|
||||
|
||||
protected:
|
||||
void openDatabase() Q_DECL_OVERRIDE;
|
||||
void openDatabase() override;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_KEEPASS1OPENWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue