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): |