Advertisement
Guest User

Untitled

a guest
May 27th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.61 KB | None | 0 0
  1. QObject: Cannot create children for a parent that is in a different thread.
  2. (Parent is QProcess(0x3050710), parent's thread is QThread(0x3050730), current thread is QThread(0x2d46580)
  3. QObject: Cannot create children for a parent that is in a different thread.
  4. (Parent is QProcess(0x3050710), parent's thread is QThread(0x3050730), current thread is QThread(0x2d46580)
  5. QObject::connect: Cannot queue arguments of type 'HANDLE'
  6. (Make sure 'HANDLE' is registered using qRegisterMetaType().)
  7. QObject::killTimer: timers cannot be stopped from another thread
  8. QObject::startTimer: timers cannot be started from another thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement