Returns the QThread which created this thread. Is zero if a non-QThread thread created this thread.
- Warning:
- The pointer returned by this function will be invalid if the creating thread has since been deleted. Use isValid() to determine any returned pointer's validity.