565 ui.showNotification( |
565 ui.showNotification( |
566 icon, |
566 icon, |
567 self.tr("Protocol Compilation"), |
567 self.tr("Protocol Compilation"), |
568 self.tr( |
568 self.tr( |
569 "The compilation of the protocol file failed."), |
569 "The compilation of the protocol file failed."), |
570 kind=NotificationTypes.Critical, |
570 kind=NotificationTypes.CRITICAL, |
571 timeout=0) |
571 timeout=0) |
572 self.compileProc = None |
572 self.compileProc = None |
573 |
573 |
574 def __compileProto(self, fn, noDialog=False, progress=None, grpc=False): |
574 def __compileProto(self, fn, noDialog=False, progress=None, grpc=False): |
575 """ |
575 """ |