~canonical-dx-team/sni-qt/trunk

« back to all changes in this revision

Viewing changes to tests/manual/main.cpp

  • Committer: Aurelien Gateau
  • Date: 2011-09-22 09:12:49 UTC
  • Revision ID: aurelien.gateau@canonical.com-20110922091249-mkq3mjb11sumc41b
Quit when window is closed

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                                          "on this system."));
55
55
        return 1;
56
56
    }
57
 
    QApplication::setQuitOnLastWindowClosed(false);
58
57
 
59
58
    Window window;
60
59
    window.show();