Mercurial > hg > easyhg
comparison mainwindow.cpp @ 96:87ef2fa9ee8b
* Rename HgExpWidget to HgTabWidget
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 16:40:57 +0000 |
parents | d1be9712818a |
children | 05203e53b92a |
comparison
equal
deleted
inserted
replaced
95:d1be9712818a | 96:87ef2fa9ee8b |
---|---|
65 | 65 |
66 readSettings(); | 66 readSettings(); |
67 | 67 |
68 tabPage = 0; | 68 tabPage = 0; |
69 justMerged = false; | 69 justMerged = false; |
70 hgExp = new HgExpWidget((QWidget *) this, remoteRepoPath, workFolderPath); | 70 hgExp = new HgTabWidget((QWidget *) this, remoteRepoPath, workFolderPath); |
71 setCentralWidget(hgExp); | 71 setCentralWidget(hgExp); |
72 | 72 |
73 connect(hgExp, SIGNAL(selectionChanged()), | 73 connect(hgExp, SIGNAL(selectionChanged()), |
74 this, SLOT(enableDisableActions())); | 74 this, SLOT(enableDisableActions())); |
75 | 75 |