diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py index 7aea0ee..192625a 100644 --- a/syncplay/ui/gui.py +++ b/syncplay/ui/gui.py @@ -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):