summaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.cpp
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2018-06-17 17:55:47 +0200
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2018-06-18 07:42:39 +0200
commitc953aadcf82ee050102e228bf08bcff76886caaa (patch)
tree8587b76c9f1c2d81347c9afb5236a5f714ba8334 /qt-models/diveplannermodel.cpp
parent88e6ba2f61cb1cf92787d8bdd2be499744ac546d (diff)
downloadsubsurface-c953aadcf82ee050102e228bf08bcff76886caaa.tar.gz
Change from gettextFromC::instance()->tr() to gettextFromC::tr();
Code cleanup. Suggested-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'qt-models/diveplannermodel.cpp')
-rw-r--r--qt-models/diveplannermodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.cpp b/qt-models/diveplannermodel.cpp
index 1b24a816e..5791c3292 100644
--- a/qt-models/diveplannermodel.cpp
+++ b/qt-models/diveplannermodel.cpp
@@ -253,7 +253,7 @@ QVariant DivePlannerPointsModel::data(const QModelIndex &index, int role) const
else
return p.time / 60;
case DIVEMODE:
- return gettextFromC::instance()->tr(divemode_text_ui[p.divemode]);
+ return gettextFromC::tr(divemode_text_ui[p.divemode]);
case GAS:
/* Check if we have the same gasmix two or more times
* If yes return more verbose string */