View Single Post
Old 03-21-2010, 04:08 PM   #6
reader42
Zealot
reader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it is
 
Posts: 117
Karma: 2097
Join Date: Feb 2010
Device: none
I did some debugging:

The segmentation fault occurs, when the function recount of the class TagsView is called. This
Code:
self.scrollTo(ci, QTreeView.PositionAtTop)
is the line that causes the sefault. When I remove it, the program seems to work fine.
reader42 is offline   Reply With Quote