[qcineoob] quit shortcut

This commit is contained in:
Julien Veyssier 2013-03-13 16:51:53 +01:00
commit cbc0d16b68
2 changed files with 12 additions and 2 deletions

View file

@ -59,6 +59,7 @@ class MainWindow(QtMainWindow):
self.connect(self.ui.typeCombo, SIGNAL("currentIndexChanged(QString)"), self.typeComboChanged)
self.connect(self.ui.actionBackends, SIGNAL("triggered()"), self.backendsConfig)
self.connect(self.ui.actionQuit, SIGNAL("triggered()"), self.close)
self.loadBackendsList()