You have to add the return type to your implementation:
Qt Code:
  1. QString IncidentLocation::getCity()
  2. {
  3. return city;
  4. }
To copy to clipboard, switch view to plain text mode