[PATCH] QML UI: If a dive has multiple cylinders show "Multiple" in the details page

Sebastian Kügler sebas at kde.org
Tue Jan 26 05:25:01 PST 2016


On Monday, January 25, 2016 09:28:10 PM Joakim Bygdell wrote:
> +                       cylinder = "Multiple";

QStringLiteral("multiple") saves conversion costs. Perhaps even 
qsTr("Multiple"), since this will show up in the UI, untranslated. (Better 
already do it for new user-facing strings, even if the QML parts aren't 
translated yet.)
-- 
sebas

http://www.kde.org | http://vizZzion.org


More information about the subsurface mailing list