comparison mainwindow.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 794db9353c7f
comparison
equal deleted inserted replaced
62:68aebc316898 63:2340b00561d2
73 73
74 //Paths to remote repo & workfolder 74 //Paths to remote repo & workfolder
75 //Local repo is directory "./hg/" under work folder 75 //Local repo is directory "./hg/" under work folder
76 QString remoteRepoPath; 76 QString remoteRepoPath;
77 QString workFolderPath; 77 QString workFolderPath;
78
79 QString remoteRepoMruList[NUM_PATHS_IN_MRU_LIST];
80 QString workFolderMruList[NUM_PATHS_IN_MRU_LIST];
81 78
82 //User info for commits 79 //User info for commits
83 QString userInfo; 80 QString userInfo;
84 bool firstStart; 81 bool firstStart;
85 82