1229 """ |
1229 """ |
1230 self.dbs.startClient(False) |
1230 self.dbs.startClient(False) |
1231 |
1231 |
1232 def __startDebugClient(self, action): |
1232 def __startDebugClient(self, action): |
1233 """ |
1233 """ |
1234 Private slot to start a debug client accoding to the action triggered. |
1234 Private slot to start a debug client accoding to the action triggered[()]. |
1235 |
1235 |
1236 @param action context menu action that was triggered (QAction) |
1236 @param action context menu action that was triggered (QAction) |
1237 """ |
1237 """ |
1238 language = action.data() |
1238 language = action.data() |
1239 self.dbs.startClient(False, language) |
1239 self.dbs.startClient(False, language) |