333:fd4e4c1d0852 | 335:5ad648828e2e |
---|---|
379 | 379 |
380 def __clearHistory(self): | 380 def __clearHistory(self): |
381 """ | 381 """ |
382 Private slot to clear the current history. | 382 Private slot to clear the current history. |
383 """ | 383 """ |
384 self.history.clear() | 384 self.history = [] |
385 | 385 |
386 def __selectHistory(self): | 386 def __selectHistory(self): |
387 """ | 387 """ |
388 Private slot to select a history entry to execute. | 388 Private slot to select a history entry to execute. |
389 """ | 389 """ |