This commit is contained in:
Kovid Goyal 2010-06-17 08:01:40 -06:00
parent 6a842ce452
commit 534847a80a

View File

@ -23,7 +23,7 @@ class SearchLineEdit(QLineEdit):
focus_out = pyqtSignal(object)
def keyPressEvent(self, event):
self.key_pressed.emit(object)
self.key_pressed.emit(event)
QLineEdit.keyPressEvent(self, event)
def mouseReleaseEvent(self, event):