161 Private slot to react upon clicks on the LED. |
161 Private slot to react upon clicks on the LED. |
162 |
162 |
163 @param pos position of the click (QPoint) |
163 @param pos position of the click (QPoint) |
164 """ |
164 """ |
165 if self.__on: |
165 if self.__on: |
166 print(self.__vcsClean) |
|
167 vcs = self.project.getVcs() |
166 vcs = self.project.getVcs() |
168 if vcs: |
167 if vcs: |
169 if self.__vcsClean: |
168 if self.__vcsClean: |
170 # call log browser dialog |
169 # call log browser dialog |
171 vcs.vcsLogBrowser(self.project.getProjectPath()) |
170 vcs.vcsLogBrowser(self.project.getProjectPath()) |