mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
PreferencesChanged -> settingsChanged.
We used both preferencesChanged and settingsChanged in different methods and classes to mean the same thing, this adds consistency. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3c7a6ab750
commit
6aab69b298
5 changed files with 24 additions and 24 deletions
|
@ -110,7 +110,7 @@ public:
|
|||
void setModel(DivePlotDataModel *model);
|
||||
public
|
||||
slots:
|
||||
void preferencesChanged();
|
||||
void settingsChanged();
|
||||
|
||||
private:
|
||||
DivePlotDataModel *model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue