mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Make use of Q_NULLPTR.
This commit is contained in:
parent
af142fc433
commit
68155e8f89
59 changed files with 144 additions and 96 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include <QtGui/QTreeView>
|
||||
|
||||
#include "core/Global.h"
|
||||
|
||||
class Database;
|
||||
class Group;
|
||||
class GroupModel;
|
||||
|
@ -29,7 +31,7 @@ class GroupView : public QTreeView
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit GroupView(Database* db, QWidget* parent = 0);
|
||||
explicit GroupView(Database* db, QWidget* parent = Q_NULLPTR);
|
||||
void changeDatabase(Database* newDb);
|
||||
void setModel(QAbstractItemModel* model);
|
||||
Group* currentGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue