comparison settingsdialog.cpp @ 98:3e6c3281fb97

* Wire up the basic Hg actions again
author Chris Cannam
date Wed, 24 Nov 2010 17:11:44 +0000
parents 794db9353c7f
children
comparison
equal deleted inserted replaced
97:05203e53b92a 98:3e6c3281fb97
123 } 123 }
124 124
125 mainWnd -> writeSettings(); 125 mainWnd -> writeSettings();
126 mainWnd -> enableDisableActions(); 126 mainWnd -> enableDisableActions();
127 mainWnd -> hgStat(); 127 mainWnd -> hgStat();
128 mainWnd -> hgExp -> setWorkFolderAndRepoNames(mainWnd -> workFolderPath, mainWnd -> remoteRepoPath); 128 mainWnd -> hgTabs -> setWorkFolderAndRepoNames(mainWnd -> workFolderPath, mainWnd -> remoteRepoPath);
129 129
130 QDir dir(mainWnd -> workFolderPath); 130 QDir dir(mainWnd -> workFolderPath);
131 if (dir.exists(mainWnd -> workFolderPath)) 131 if (dir.exists(mainWnd -> workFolderPath))
132 { 132 {
133 uint cnt = dir.count(); 133 uint cnt = dir.count();