well thats the problem i dont see the line in my code where it gives the problem. I run in debugger mode.
shows error in some Qt header file: qscopedpointer.h
piece of code:
@
inline T *data() const
{
return d; <<<<<< points to here
}
inline bool isNull() const
{
return !d;
}
@
Thanks