It is:
because you create the QIcon on the heap. It is a pointer. The constructor takes as parameter a const reference to a QIcon, not a pointer.Qt Code:
To copy to clipboard, switch view to plain text mode
Regards
It is:
because you create the QIcon on the heap. It is a pointer. The constructor takes as parameter a const reference to a QIcon, not a pointer.Qt Code:
To copy to clipboard, switch view to plain text mode
Regards
Bookmarks