Thread
:
Is there anything wrong with this? Random Segfaults.
View Single Post
jflatt
2012-08-28 , 22:03
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#
2
On that NOTIFY comment, you can add CONSTANT instead to your property declarations if they are indeed read only. Also, why are you checking your private member variables for NULL? They are not pointers. Why a QLIst<QObject*> instead of a QList<KeyValueListItem*>? Why it segfaults? Who knows, not enough details, why don't you run it through gdb and get a backtrace?
Quote & Reply
|
jflatt
View Public Profile
Send a private message to jflatt
Find all posts by jflatt