203 |
203 |
204 class ProjectBrowserModel(BrowserModel): |
204 class ProjectBrowserModel(BrowserModel): |
205 """ |
205 """ |
206 Class implementing the project browser model. |
206 Class implementing the project browser model. |
207 |
207 |
208 @signal vcsStateChanged(string) emitted after the VCS state has changed |
208 @signal vcsStateChanged(str) emitted after the VCS state has changed |
209 """ |
209 """ |
210 vcsStateChanged = pyqtSignal(str) |
210 vcsStateChanged = pyqtSignal(str) |
211 |
211 |
212 def __init__(self, parent): |
212 def __init__(self, parent): |
213 """ |
213 """ |