mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 15:00:58 -04:00
Avoid copying QSharedPointers when not needed
This commit is contained in:
parent
6df9c6f9b2
commit
39b96c13e8
18 changed files with 31 additions and 29 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
explicit EditGroupWidget(QWidget* parent = nullptr);
|
||||
~EditGroupWidget();
|
||||
|
||||
void loadGroup(Group* group, bool create, QSharedPointer<Database> database);
|
||||
void loadGroup(Group* group, bool create, const QSharedPointer<Database>& database);
|
||||
void clear();
|
||||
|
||||
void addEditPage(IEditGroupPage* page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue