Subversion Repositories public

Compare Revisions

Ignore whitespace Rev 224 → Rev 225

/sportwatcher/trunk/src/import.h
30,9 → 30,11
#define eMax 7
 
#define FLD_FIRST 1
#define FLD_LAST 24
#define FLD_LAST 30
#define CON_FIRST 100
#define CON_LAST 113
#define CON_LAST 121
#define ATT_FIRST 200
#define ATT_LAST 200
#define ERR_FIRST 500
#define ERR_LAST 507
 
86,11 → 88,12
bool qfstat, qfopen;
int __error;
int indent, tpos, lpos, oldLPos;
int tk;
int tk, first_tpos;
bool history, fakeLap;
QString con, subCon;
garmin_data *gmn, *gmn_lap, *gmn_track;
garmin_list *list, *list_lap, *list_track;
D1015 lap;
D1015 lap, *plap;
D1009 run, *prun;
D304 point;