Remove QPointer from function prototypes in some input code
As it was pointed out in 6acf35e4, it is better to return raw pointers than qpointers because returning a qpointer is equivalent to constructing a new one.
As it was pointed out in 6acf35e4, it is better to return raw pointers than qpointers because returning a qpointer is equivalent to constructing a new one.