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