Comment 3 for bug 1017034

Revision history for this message
Nicu Badescu (badescunicu) wrote :

Hello Ryan,

I've tried to add a ToolTipRole to TreeItemModel but it had no effect.

On the other hand I have discovered sidebarmodel.cpp. It seems to work fine if I make these modifications ( http://bit.ly/1bhTlo1 ), with one exception, which happens to crash the application: hovering on one of the top items ("Library", "Browse", "Recordings").

My guess is that those items react strangely to dataPath() method. Do you have any ideas on how should I solve this?

Thank you!