Advertisement
Guest User

Untitled

a guest
Dec 31st, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1.     void readyToRead() {
  2.         qDebug() << m_proc->readAllStandardOutput();
  3.         emit ExecutionFinished(m_proc->readAllStandardOutput());
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement