Add edit finished signal to settings widget.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user