Re-work drop (gui.py)

This commit is contained in:
Etoh 2014-02-19 19:38:31 +00:00 committed by Uriziel
parent 75f0c838eb
commit 67c053317b

View File

@ -12,8 +12,7 @@ class MainWindow(QtGui.QMainWindow):
self._syncplayClient = client
self.roomInput.setText(self._syncplayClient.getRoom())
def promptFor(self, prompt=">", message=""):
#TODO: Prompt user
def waitForUserAction(self, prompt=">", message=""):
return None
def showMessage(self, message, noTimestamp=False):