I've got a MainWIndow subclass. In MainWindow.h I have
And it works fine. I use it, it works. Beautiful.
Now, I need to add a second one:
Qt Code:
... QTreeWidget *l_treeWidget; QTreeWidget *w_treeWidget; ...To copy to clipboard, switch view to plain text mode
And it segfaults. No need to even try to use it, simply declaring it in the class definition causes a segfault. Any ideas?




Reply With Quote
It started last night, so I went to bed and slept on it. Same thing today.


Bookmarks