Yes, it will exist.

A simpler alternative to your mouse double click event is:

Qt Code:
  1. {
  2. qDeleteAll(tipList);
  3. tipList->clear();
  4. }
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.