mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
9e787a2476
commit
6985c123d4
2 changed files with 1 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue