Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

changeset 3020
542e97d4ecb3
parent 3009
bf5ae5d7477d
child 3024
17c01303a239
equal deleted inserted replaced
3019:7912530a33e2 3020:542e97d4ecb3
440 """ 440 """
441 Private slot to show an error message. 441 Private slot to show an error message.
442 442
443 @param msg error message to show (string) 443 @param msg error message to show (string)
444 """ 444 """
445 E5MessageBox.critical(self, 445 E5MessageBox.critical(
446 self,
446 self.trUtf8("Subversion Error"), 447 self.trUtf8("Subversion Error"),
447 msg) 448 msg)
448 449
449 @pyqtSlot(QDate) 450 @pyqtSlot(QDate)
450 def on_fromDate_dateChanged(self, date): 451 def on_fromDate_dateChanged(self, date):

eric ide

mercurial