comparison common.h @ 62:68aebc316898

* Some adjustments to process running (avoid timer): caller must now report errors * Function to find user's real name * Locate hg executable in path explicitly, use a setting to remember it
author Chris Cannam
date Wed, 17 Nov 2010 13:32:56 +0000
parents bf57a16315bd
children 2340b00561d2
comparison
equal deleted inserted replaced
61:bf57a16315bd 62:68aebc316898
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 44 #define NUM_PATHS_IN_MRU_LIST 5
45 45
46 extern QString findExecutable(QString name);
46 47
47 extern QString getSystem(); 48 extern QString getSystem();
48 extern QString getHgBinaryName();
49 extern QString getHgDirName(); 49 extern QString getHgDirName();
50
51 extern QString getUserRealName();
50 52
51 #endif //COMMON_H 53 #endif //COMMON_H
52 54
53 55