summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/twisted_main.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-06-09 11:59:48 -0300
committerTomás Touceda <chiiph@leap.se>2014-06-09 11:59:48 -0300
commit6ca25420cce6264df850f580d7842910ab3d10d4 (patch)
tree592f96b1d8d7658befac2d1073877dca2aa85767 /src/leap/bitmask/gui/twisted_main.py
parentc621fa7322b4f8151eb37b27f8aeae563cf6bd63 (diff)
parente02b98fbdb868111d20b7447a15f60ca494d27dc (diff)
Merge remote-tracking branch 'refs/remotes/ivan/feature/cleanup-app-mainwindow' into develop
Diffstat (limited to 'src/leap/bitmask/gui/twisted_main.py')
-rw-r--r--src/leap/bitmask/gui/twisted_main.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/leap/bitmask/gui/twisted_main.py b/src/leap/bitmask/gui/twisted_main.py
index dfd69033..b1ce0ead 100644
--- a/src/leap/bitmask/gui/twisted_main.py
+++ b/src/leap/bitmask/gui/twisted_main.py
@@ -36,11 +36,8 @@ def stop():
logger.debug("Done stopping all the things.")
-def quit(app):
+def quit():
"""
Stop the mainloop.
-
- :param app: the main qt QApplication instance.
- :type app: QtCore.QApplication
"""
reactor.callLater(0, stop)