414 """ |
414 """ |
415 Private method to check, if the currently shown profile contains some |
415 Private method to check, if the currently shown profile contains some |
416 changed data. |
416 changed data. |
417 |
417 |
418 @return flag indicating changed data |
418 @return flag indicating changed data |
419 @type bool |
419 @rtype bool |
420 """ |
420 """ |
421 profileName = self.profileEdit.text() |
421 profileName = self.profileEdit.text() |
422 if profileName == "": |
422 if profileName == "": |
423 return False |
423 return False |
424 |
424 |