mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 03:26:14 -04:00
Add edit finished signal to settings widget.
This commit is contained in:
parent
f53768fc84
commit
6cd65ae9a7
3 changed files with 13 additions and 2 deletions
|
@ -33,8 +33,12 @@ public:
|
|||
~SettingsWidget();
|
||||
void loadSettings();
|
||||
|
||||
Q_SIGNALS:
|
||||
void editFinished(bool accepted);
|
||||
|
||||
private Q_SLOTS:
|
||||
void saveSettings();
|
||||
void reject();
|
||||
|
||||
private:
|
||||
QWidget* const m_secWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue