546:c3e7bf5648be | 547:cceececd1312 |
---|---|
637 elif res == QMessageBox.Discard: | 637 elif res == QMessageBox.Discard: |
638 self.setDirty(False) | 638 self.setDirty(False) |
639 return True | 639 return True |
640 elif res == QMessageBox.Abort: | 640 elif res == QMessageBox.Abort: |
641 return False | 641 return False |
642 | 642 |
643 return True | 643 return True |
644 | 644 |
645 def closeMultiProject(self): | 645 def closeMultiProject(self): |
646 """ | 646 """ |
647 Public slot to close the current multi project. | 647 Public slot to close the current multi project. |