334:dc0fc1180a1e | 336:e48be003c73b |
---|---|
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 """ |