eric6/Project/ProjectProtocolsBrowser.py

changeset 8265
0090cfa83159
parent 8243
cc717c2ae956
equal deleted inserted replaced
8264:f95dde35d0ab 8265:0090cfa83159
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 """

eric ide

mercurial