Compare commits

..

No commits in common. "630cd36f131e5bd3cf687cc2f025d944ec6daa86" and "e04636e3f73cf90471175a0c2c1b69895d99579f" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -99,8 +99,6 @@ DEFINES += QT_DEPRECATED_WARNINGS
# 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.
# 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"
# PLANNED TODOS:

View File

@ -288,7 +288,7 @@ void Worker::privateUpdate() {
m_updateNotNecessary = true;
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;
}