Skip to content

Commit

Permalink
Simplify ant params.
Browse files Browse the repository at this point in the history
Workaround Qt dialog bug.
  • Loading branch information
ihewitt committed Feb 4, 2017
1 parent c8ff52c commit c363771
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 194 deletions.
4 changes: 2 additions & 2 deletions src/datastore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bool SaveCSV( const std::string & name, std::vector<ExerciseSet>& exercises )
out << ",,,,0,New," //Can mark edited values
<< i->totalduration.toString("hh:mm:ss") << ","

//Only interested in syncing SwimHR data so insert sync status flags here
//Only interested in syncing SwimHR data so insert sync status flags here
<< sync

<< ",STARTOFLAPDATA,0,0,0,"
Expand Down Expand Up @@ -586,7 +586,7 @@ void DataStore::exportWorkouts(const QString &dirname)
if (fit_write(filename, *i))
{
i->sync |= SYNC_FIT;
changed=true;
changed=true;
}
}
}
Expand Down
Loading

0 comments on commit c363771

Please sign in to comment.