Mercurial > retraceit
comparison src/constants.h @ 37:0c05958d254c
(issue 13, 6) Add constant index number column to data and view
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 06 May 2015 17:17:13 +0200 |
parents | 40a683d1a318 |
children | ae8e859de68e |
comparison
equal
deleted
inserted
replaced
36:92bb9687d716 | 37:0c05958d254c |
---|---|
75 #define SORT_ORDER_KEY "SortAscending" | 75 #define SORT_ORDER_KEY "SortAscending" |
76 | 76 |
77 /**@def The default sort order value. */ | 77 /**@def The default sort order value. */ |
78 #define SORT_ORDER_VALUE true | 78 #define SORT_ORDER_VALUE true |
79 | 79 |
80 /**@def The column to use (counted from 0 and including index nr) for the filename */ | |
81 #define FILENAME_COLUMN 1 | |
82 | |
83 /**@def The column to use as the date */ | |
84 #define DATE_COLUMN 2 | |
85 | |
80 #endif // CONSTANTS_H | 86 #endif // CONSTANTS_H |