Quote Originally Posted by fatjuicymole View Post
const functions just means that the function will not modify any class variables.
What is the difference between following 2 lines?

Thanks.

public QString ID() const {return myID;}

public const QString ID() {return myID;}