2962:d6c9d1ca2da4 | 2963:745d38097b7f |
---|---|
118 | 118 |
119 @pyqtSlot(str) | 119 @pyqtSlot(str) |
120 def on_recentComboBox_activated(self, txt): | 120 def on_recentComboBox_activated(self, txt): |
121 """ | 121 """ |
122 Private slot to select a commit message from recent ones. | 122 Private slot to select a commit message from recent ones. |
123 | |
124 @param txt text of the combo (string) | |
123 """ | 125 """ |
124 if txt: | 126 if txt: |
125 self.logEdit.setPlainText(txt) | 127 self.logEdit.setPlainText(txt) |