diff 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
line wrap: on
line diff
--- a/common.h	Wed Nov 17 11:48:58 2010 +0000
+++ b/common.h	Wed Nov 17 13:32:56 2010 +0000
@@ -43,11 +43,13 @@
 
 #define NUM_PATHS_IN_MRU_LIST           5
 
+extern QString findExecutable(QString name);
 
 extern QString getSystem();
-extern QString getHgBinaryName();
 extern QString getHgDirName();
 
+extern QString getUserRealName();
+
 #endif 	//COMMON_H