Mercurial > hg > classical
comparison common/Objects.h @ 1:29ca5974905d classical-rdf
* More work on a nice tidy import; get some sensible URIs etc
author | Chris Cannam |
---|---|
date | Thu, 03 Dec 2009 15:42:10 +0000 |
parents | e8f4c2b55fd8 |
children | 719a4f477098 |
comparison
equal
deleted
inserted
replaced
0:e8f4c2b55fd8 | 1:29ca5974905d |
---|---|
289 | 289 |
290 Death *death() { return m_death; } | 290 Death *death() { return m_death; } |
291 const Death *death() const { return m_death; } | 291 const Death *death() const { return m_death; } |
292 void setDeath(Death *d) { m_death = d; } | 292 void setDeath(Death *d) { m_death = d; } |
293 | 293 |
294 bool datesMatch(const Composer *other) const; // "well enough" | |
294 QString getSortName(bool caps) const; | 295 QString getSortName(bool caps) const; |
295 QString getDisplayDates() const; | 296 QString getDisplayDates() const; |
296 | 297 |
297 private: | 298 private: |
298 QString m_gender; | 299 QString m_gender; |