src/eric7/QScintilla/ShellHistoryDialog.py

branch
eric7
changeset 10431
64157aeb0312
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10430:e440aaf179ce 10431:64157aeb0312
63 def on_historyList_itemDoubleClicked(self, item): 63 def on_historyList_itemDoubleClicked(self, item):
64 """ 64 """
65 Private slot to handle a double click of an item. 65 Private slot to handle a double click of an item.
66 66
67 @param item reference to the item that was double clicked 67 @param item reference to the item that was double clicked
68 (QListWidgetItem) 68 @type QListWidgetItem
69 """ 69 """
70 self.on_executeButton_clicked() 70 self.on_executeButton_clicked()
71 71
72 @pyqtSlot() 72 @pyqtSlot()
73 def on_deleteButton_clicked(self): 73 def on_deleteButton_clicked(self):

eric ide

mercurial