Choose database for saving or updating entries from KeePassXC-Browser (#2391)

This commit is contained in:
Sami Vänttinen 2018-10-19 21:44:08 +03:00 committed by Jonathan White
parent bb16dc6d01
commit b8d2d5d877
13 changed files with 307 additions and 22 deletions

View file

@ -43,7 +43,7 @@ public:
void setRemember(bool r);
private:
QScopedPointer<Ui::BrowserAccessControlDialog> ui;
QScopedPointer<Ui::BrowserAccessControlDialog> m_ui;
};
#endif // BROWSERACCESSCONTROLDIALOG_H