comment cleanup

This commit is contained in:
andreas 2010-07-16 11:19:02 +02:00
parent 0c03809526
commit 1050e216e1

View File

@ -504,7 +504,7 @@ class VideoDisplay(Phonon.VideoWidget):
def keyPressEvent(self, event):
if isinstance(event, QtGui.QKeyEvent):
# here accept the event and do something
# Here accept the event and do something.
if event.key() == QtCore.Qt.Key_Escape:
self.onMediaStop()
event.accept()