From a014fb10990d09bb51eccb94f107cf2aebf79d66 Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Sat, 12 Oct 2013 22:27:35 +0100 Subject: Adds missing "EndPress" column header for cylinder table The end pressure was appearing in the column headed "O2" Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index e70bece19..3d1936eea 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -59,7 +59,7 @@ void CleanerTableModel::setHeaderDataStrings(const QStringList& newHeaders) CylindersModel::CylindersModel(QObject* parent): current(0), rows(0) { // enum{REMOVE, TYPE, SIZE, WORKINGPRESS, START, END, O2, HE,}; - setHeaderDataStrings( QStringList() << "" << tr("Type") << tr("Size") << tr("WorkPress") << tr("StartPress") << tr("O2%") << tr("HE")); + setHeaderDataStrings( QStringList() << "" << tr("Type") << tr("Size") << tr("WorkPress") << tr("StartPress") << tr("EndPress") << tr("O2%") << tr("HE")); } static QVariant percent_string(fraction_t fraction) -- cgit v1.2.3-70-g09d2