mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferences: make apply work
We didn't respond at all to that button. Also, the language settings didn't propagate without this explicit call. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9f93b9a934
commit
df7818a9b8
3 changed files with 11 additions and 7 deletions
|
@ -23,7 +23,7 @@ signals:
|
|||
private:
|
||||
PreferencesDialog();
|
||||
void cancelRequested();
|
||||
void applyRequested();
|
||||
void applyRequested(bool closeIt);
|
||||
void defaultsRequested();
|
||||
void buttonClicked(QAbstractButton *btn);
|
||||
QList<AbstractPreferencesWidget*> pages;
|
||||
|
@ -32,4 +32,4 @@ private:
|
|||
QDialogButtonBox *buttonBox;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue