~ubuntu-branches/ubuntu/precise/ubuntuone-control-panel/precise

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/qt/main/linux.py

  • Committer: Package Import Robot
  • Author(s): Natalia Bidart (nessita)
  • Date: 2012-03-21 14:11:29 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: package-import@ubuntu.com-20120321141129-c444j5xs1pf8rsfv
Tags: upstream-2.99.91
ImportĀ upstreamĀ versionĀ 2.99.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
def main_quit(app):
32
32
    """Stop the mainloop."""
33
33
    app.exit()
 
34
 
 
35
PLATFORM_QSS = ":/linux.qss"