Mercurial > hg > easyhg
comparison hgtabwidget.cpp @ 278:f7cdd5b31aed new-branches
Add "Start new branch" function. I'm not quite satisfied with the location of this one
author | Chris Cannam |
---|---|
date | Wed, 09 Feb 2011 12:03:15 +0000 |
parents | 8fd71f570884 |
children | 5b4aa1c24407 |
comparison
equal
deleted
inserted
replaced
277:b6e4643d6c05 | 278:f7cdd5b31aed |
---|---|
70 this, SIGNAL(diffToParent(QString, QString))); | 70 this, SIGNAL(diffToParent(QString, QString))); |
71 | 71 |
72 connect(m_historyWidget, SIGNAL(mergeFrom(QString)), | 72 connect(m_historyWidget, SIGNAL(mergeFrom(QString)), |
73 this, SIGNAL(mergeFrom(QString))); | 73 this, SIGNAL(mergeFrom(QString))); |
74 | 74 |
75 connect(m_historyWidget, SIGNAL(newBranch(QString)), | |
76 this, SIGNAL(newBranch(QString))); | |
77 | |
75 connect(m_historyWidget, SIGNAL(tag(QString)), | 78 connect(m_historyWidget, SIGNAL(tag(QString)), |
76 this, SIGNAL(tag(QString))); | 79 this, SIGNAL(tag(QString))); |
77 } | 80 } |
78 | 81 |
79 void HgTabWidget::clearSelections() | 82 void HgTabWidget::clearSelections() |