From 6985c123d412d3223618247e2fcc733cd99bb842 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 15 Apr 2016 04:44:12 -0700 Subject: QML UI: stop using "--" for empty strings I can't remember why we started doing this, but at this point I find it just weird. Signed-off-by: Dirk Hohndel --- core/subsurface-qt/DiveObjectHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/subsurface-qt/DiveObjectHelper.cpp b/core/subsurface-qt/DiveObjectHelper.cpp index 9a3f2386d..dc22e59a2 100644 --- a/core/subsurface-qt/DiveObjectHelper.cpp +++ b/core/subsurface-qt/DiveObjectHelper.cpp @@ -6,7 +6,7 @@ #include "../qthelper.h" #include "../helpers.h" -static QString EMPTY_DIVE_STRING = QStringLiteral("--"); +static QString EMPTY_DIVE_STRING = QStringLiteral(""); enum returnPressureSelector {START_PRESSURE, END_PRESSURE}; static QString getFormattedWeight(struct dive *dive, unsigned int idx) -- cgit v1.2.3-70-g09d2