Re-work drop (gui.py)
This commit is contained in:
parent
75f0c838eb
commit
67c053317b
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user