Disable version mismatch check.
Gbp-Pq: Name gpsbabelfe_disable_version_check
startupVersionCheck_(true),
reportStatistics_(true),
allowBetaUpgrades_(false),
- ignoreVersionMismatch_(false),
+ ignoreVersionMismatch_(true),
disableDonateDialog_(false),
donateSplashed_(QDateTime(QDate(2010, 1, 1), QTime(0, 0, 0)))
{
ui_.startupCheck->setChecked(babelData_.startupVersionCheck_);
ui_.reportStatisticsCheck->setChecked(babelData_.reportStatistics_);
- ui_.ignoreVersionMismatchCheck->setChecked(babelData_.ignoreVersionMismatch_);
// Because of an unfortunate bug in 1.4.0, we turn this off in 1.4.1.
if (VERSION == QString("1.4.1")) {
babelData_.ignoreVersionMismatch_ = false;
babelData_.startupVersionCheck_ = ui_.startupCheck->isChecked();
babelData_.reportStatistics_ = ui_.reportStatisticsCheck->isChecked();
- babelData_.ignoreVersionMismatch_ = ui_.ignoreVersionMismatchCheck->isChecked();
accept();
}
</property>
</widget>
</item>
- <item>
- <widget class="QCheckBox" name="ignoreVersionMismatchCheck">
- <property name="text">
- <string>Ignore mismatch between command line and GUI version.</string>
- </property>
- </widget>
- </item>
</layout>
</widget>
</widget>