Hi,
I am using Qt3.3 and i am geting segmentation fault when i try to query within my thread!! I am trying to implement threads as i want the GUI to be responsive when querying is being done. The function which does the query is defined within a class which has a macro Q_OBJECT cause other functions in that class need a timer for database insertion. I have created a separate thread class by sub classing QThread. I have then over ridden the run() function to call this query method.
Please help!!
Thanking you,
Regards,
Bera
Bookmarks