Remove right-justification in customer_id-name. Version: 1.5.3
This commit is contained in:
parent
8e0732cf95
commit
1433c107b3
@ -140,7 +140,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
# Fix: allow empty lines in opkg_commands.
|
||||
# 1.5.1 : Fix: do not use cleanPath() on a url-address.
|
||||
# 1.5.2 : Remove .ipk and .gz files in /var/cache/opkg.
|
||||
VERSION="1.5.2"
|
||||
# 1.5.3 : Build customer_(id) name without right justification.
|
||||
VERSION="1.5.3"
|
||||
# PLANNED TODOS:
|
||||
# 1: Das Repository wird repariert bwz. neu geklont. Unabhaengig vom WAIT.
|
||||
# 2: Wenn der WAIT-Button aktiv ist, dann wird ein Repository repariert (neu
|
||||
|
@ -141,7 +141,7 @@ Worker::Worker(int customerNr,
|
||||
char const *serialInterface,
|
||||
char const *baudrate)
|
||||
: m_customerNr(customerNr)
|
||||
, m_customerNrStr(QString("customer_") + QString::number(m_customerNr).rightJustified(3, '0'))
|
||||
, m_customerNrStr(QString("customer_") + QString::number(m_customerNr))
|
||||
, m_machineNr(machineNr)
|
||||
, m_zoneNr(zoneNr)
|
||||
, m_pluginDir(pluginDir)
|
||||
|
Loading…
Reference in New Issue
Block a user