Work on updating...
This commit is contained in:
parent
dd1c1e64e5
commit
bd1c8a5c64
@ -54,7 +54,7 @@ void FormUpdate::checkForUpdates() {
|
||||
m_ui->m_lblAvailableRelease->setText(update.first.m_availableVersion);
|
||||
m_ui->m_txtChanges->setText(update.first.m_changes);
|
||||
|
||||
if (update.first.m_availableVersion > APP_VERSION) {
|
||||
if (update.first.m_availableVersion <= APP_VERSION) {
|
||||
#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
|
||||
m_ui->m_lblStatus->setStatus(WidgetWithStatus::Ok,
|
||||
tr("New release available."),
|
||||
|
@ -19,6 +19,7 @@ class FormUpdate : public QDialog {
|
||||
virtual ~FormUpdate();
|
||||
|
||||
protected slots:
|
||||
// Check for updates and interprets the results.
|
||||
void checkForUpdates();
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user