comparison common.h @ 63:2340b00561d2

* Add (but don't yet use) RecentFiles class to replace inline MRU logic
author Chris Cannam
date Wed, 17 Nov 2010 14:26:27 +0000
parents 68aebc316898
children 07405f3a428b
comparison
equal deleted inserted replaced
62:68aebc316898 63:2340b00561d2
39 #define HGSTAT_C_BIT 32U 39 #define HGSTAT_C_BIT 32U
40 #define HGSTAT_I_BIT 64U 40 #define HGSTAT_I_BIT 64U
41 41
42 #define DEFAULT_HG_STAT_BITS (HGSTAT_M_BIT | HGSTAT_A_BIT | HGSTAT_R_BIT | HGSTAT_D_BIT | HGSTAT_U_BIT) 42 #define DEFAULT_HG_STAT_BITS (HGSTAT_M_BIT | HGSTAT_A_BIT | HGSTAT_R_BIT | HGSTAT_D_BIT | HGSTAT_U_BIT)
43 43
44 #define NUM_PATHS_IN_MRU_LIST 5
45
46 extern QString findExecutable(QString name); 44 extern QString findExecutable(QString name);
47 45
48 extern QString getSystem(); 46 extern QString getSystem();
49 extern QString getHgDirName(); 47 extern QString getHgDirName();
50 48