So why are you trying to assign QString object to QString pointer? You read the value properly, using QLineEdit::text() but then you fail to use it correctly by trying to assign it to a pointer.
So why are you trying to assign QString object to QString pointer? You read the value properly, using QLineEdit::text() but then you fail to use it correctly by trying to assign it to a pointer.
Bookmarks