Fix Tacx Fortius Device Support

Multiple fixups for Tacx Support -- as a result the support
is now pencilled in for full support in 3.0 SP1.

Fixes #24.
This commit is contained in:
Dave Waterworth
2013-07-09 11:02:42 +01:00
committed by Mark Liversedge
parent 22175cf55c
commit 21593b6bb6
5 changed files with 287 additions and 181 deletions

View File

@@ -543,8 +543,9 @@ AddFirmware::AddFirmware(AddDeviceWizard *parent) : QWizardPage(parent), wizard(
bool
AddFirmware::validatePage()
{
// changed to true to support 1932 version which doesn't require a firmware file
QString filePath = name->text();
if (filePath == "" || !QFile(filePath).exists()) return false;
if (filePath == "" || !QFile(filePath).exists()) return true;
// either copy it, or reference it!
if (copy->isChecked()) {