Added '?' to pinmatrix

This commit is contained in:
slush0 2014-07-09 23:41:02 +02:00
parent c31157fea1
commit 0106e6b6fb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from PyQt4.QtCore import QObject, SIGNAL, QRegExp, Qt
class PinButton(QPushButton):
def __init__(self, password, encoded_value):
super(PinButton, self).__init__()
super(PinButton, self).__init__('?')
self.password = password
self.encoded_value = encoded_value