Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py

changeset 110
c9a969db1469
parent 96
9624a110667d
child 424
d0915392cbd7
child 792
a13346916170
equal deleted inserted replaced
109:9c72858d4b7a 110:c9a969db1469
234 234
235 def __showError(self, msg): 235 def __showError(self, msg):
236 """ 236 """
237 Private slot to show an error message. 237 Private slot to show an error message.
238 238
239 @param msg error message to show (string or QString) 239 @param msg error message to show (string)
240 """ 240 """
241 self.errorGroup.show() 241 self.errorGroup.show()
242 self.errors.insertPlainText(msg) 242 self.errors.insertPlainText(msg)
243 self.errors.ensureCursorVisible() 243 self.errors.ensureCursorVisible()

eric ide

mercurial