Yes, it will exist.
A simpler alternative to your mouse double click event is:
Qt Code:
{ qDeleteAll(tipList); tipList->clear(); }To copy to clipboard, switch view to plain text mode
By the way, keeping the list itself as a pointer usually does not make sense.





Reply With Quote
Bookmarks