comparison mainwindow.cpp @ 114:bb2d2eecdd60

* minor output fixes
author Chris Cannam
date Fri, 26 Nov 2010 21:17:24 +0000
parents 5fc7b4fc77a8
children 78374cefa10f
comparison
equal deleted inserted replaced
113:5fc7b4fc77a8 114:bb2d2eecdd60
1029 // and some return with failure codes when something as basic 1029 // and some return with failure codes when something as basic
1030 // as the user closing the window via the wm happens 1030 // as the user closing the window via the wm happens
1031 return; 1031 return;
1032 1032
1033 default: 1033 default:
1034 break;
1034 } 1035 }
1035 1036
1036 QString command = action.executable; 1037 QString command = action.executable;
1037 if (command == "") command = "hg"; 1038 if (command == "") command = "hg";
1038 foreach (QString arg, action.params) { 1039 foreach (QString arg, action.params) {