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._syncplayClient = client
|
||||||
self.roomInput.setText(self._syncplayClient.getRoom())
|
self.roomInput.setText(self._syncplayClient.getRoom())
|
||||||
|
|
||||||
def promptFor(self, prompt=">", message=""):
|
def waitForUserAction(self, prompt=">", message=""):
|
||||||
#TODO: Prompt user
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def showMessage(self, message, noTimestamp=False):
|
def showMessage(self, message, noTimestamp=False):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user