1446 self.dbs.startClient(False) |
1446 self.dbs.startClient(False) |
1447 |
1447 |
1448 def __startDebugClient(self, action): |
1448 def __startDebugClient(self, action): |
1449 """ |
1449 """ |
1450 Private slot to start a debug client according to the action |
1450 Private slot to start a debug client according to the action |
1451 triggered[()]. |
1451 triggered. |
1452 |
1452 |
1453 @param action context menu action that was triggered (QAction) |
1453 @param action context menu action that was triggered (QAction) |
1454 """ |
1454 """ |
1455 language = action.data() |
1455 language = action.data() |
1456 self.dbs.startClient(False, language) |
1456 self.dbs.startClient(False, language) |