diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-21 13:50:26 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-22 09:03:51 +0900 |
commit | 6aab69b2989e7f61b6adc2f0bcff69ca2bd5c7df (patch) | |
tree | 802aa420de6a9a1369f64d881c1009e5fc141321 /qt-ui/profile/divecartesianaxis.h | |
parent | 3c7a6ab7506ac311fdf9bfdf5fe70082bf2f7689 (diff) | |
download | subsurface-6aab69b2989e7f61b6adc2f0bcff69ca2bd5c7df.tar.gz |
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>
Diffstat (limited to 'qt-ui/profile/divecartesianaxis.h')
-rw-r--r-- | qt-ui/profile/divecartesianaxis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/divecartesianaxis.h b/qt-ui/profile/divecartesianaxis.h index e5b9b7b0e..34089e614 100644 --- a/qt-ui/profile/divecartesianaxis.h +++ b/qt-ui/profile/divecartesianaxis.h @@ -110,7 +110,7 @@ public: void setModel(DivePlotDataModel *model); public slots: - void preferencesChanged(); + void settingsChanged(); private: DivePlotDataModel *model; |