1064:10bdbb173c0f | 1066:a3dd41fd9ea8 |
---|---|
90 | 90 |
91 @pyqtSlot(str) | 91 @pyqtSlot(str) |
92 def on_recentComboBox_activated(self, txt): | 92 def on_recentComboBox_activated(self, txt): |
93 """ | 93 """ |
94 Private slot to select a commit message from recent ones. | 94 Private slot to select a commit message from recent ones. |
95 | |
96 @param txt text of the selected entry (string) | |
95 """ | 97 """ |
96 if txt: | 98 if txt: |
97 self.logEdit.setPlainText(txt) | 99 self.logEdit.setPlainText(txt) |