Compare commits
2 Commits
e04636e3f7
...
630cd36f13
Author | SHA1 | Date | |
---|---|---|---|
630cd36f13 | |||
cbe8bb7aeb |
@ -99,6 +99,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|||||||
# If the current time is between 0.00 - 4.00 o'clock, then a wrong
|
# If the current time is between 0.00 - 4.00 o'clock, then a wrong
|
||||||
# trigger-value wil result in an UPDATE_STEP_NOT_NECESSARY.
|
# trigger-value wil result in an UPDATE_STEP_NOT_NECESSARY.
|
||||||
# Move final processing to subclass UpdateProcessRunning.
|
# Move final processing to subclass UpdateProcessRunning.
|
||||||
|
# Disable EXIT-button for the whole update-process, except for the
|
||||||
|
# checking of the ISMAS-trigger-button (aka WAIT-button).
|
||||||
VERSION="1.4.0"
|
VERSION="1.4.0"
|
||||||
|
|
||||||
# PLANNED TODOS:
|
# PLANNED TODOS:
|
||||||
|
@ -288,7 +288,7 @@ void Worker::privateUpdate() {
|
|||||||
m_updateNotNecessary = true;
|
m_updateNotNecessary = true;
|
||||||
m_ismasTriggerStatusMessage = QStringList(QString("NO UPDATE NECESSARY (%1)").arg(current.toString(Qt::ISODate)));
|
m_ismasTriggerStatusMessage = QStringList(QString("NO UPDATE NECESSARY (%1)").arg(current.toString(Qt::ISODate)));
|
||||||
|
|
||||||
qCritical() << "privateUpdate m_ismasTriggerStatusMessage:" = QStringList(QString("NO UPDATE NECESSARY (%1)").arg(current.toString(Qt::ISODate)));
|
qCritical() << "privateUpdate m_ismasTriggerStatusMessage:" << QStringList(QString("NO UPDATE NECESSARY (%1)").arg(current.toString(Qt::ISODate)));
|
||||||
|
|
||||||
m_lastFailedUpdateStep = UPDATE_STEP::NONE;
|
m_lastFailedUpdateStep = UPDATE_STEP::NONE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user