(self, profile)
| 371 | |
| 372 | # Context menu handlers |
| 373 | def addProfile(self, profile): |
| 374 | if profile is None: |
| 375 | return |
| 376 | if self.containsProfileID(profile.ID): |
| 377 | return |
| 378 | self.appendItem(profile) |
| 379 | self.updateView() |
| 380 | self.graphFrame.draw() |
no test coverage detected