comparison src/historywidget.cpp @ 514:306a62fe851e

Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.
author Chris Cannam
date Tue, 18 Oct 2011 16:50:05 +0100
parents ddc7238fc3b0
children 000f13faa089
comparison
equal deleted inserted replaced
513:ddc7238fc3b0 514:306a62fe851e
336 this, SIGNAL(mergeFrom(QString))); 336 this, SIGNAL(mergeFrom(QString)));
337 337
338 connect(scene, SIGNAL(newBranch(QString)), 338 connect(scene, SIGNAL(newBranch(QString)),
339 this, SIGNAL(newBranch(QString))); 339 this, SIGNAL(newBranch(QString)));
340 340
341 connect(scene, SIGNAL(closeBranch(QString)),
342 this, SIGNAL(closeBranch(QString)));
343
341 connect(scene, SIGNAL(tag(QString)), 344 connect(scene, SIGNAL(tag(QString)),
342 this, SIGNAL(tag(QString))); 345 this, SIGNAL(tag(QString)));
343 } 346 }