All pastes #2054263 Raw Edit

Someone

public cpp v1 · immutable
#2054263 ·published 2011-05-05 16:04 UTC
rendered paste body
void MainWindow::theThread(QString filename){..}void MainWindow::kirkSezDoIt(const QString& filename){  m_engineThread = new boost::thread(boost::bind(&MainWindow::theThread, this, filename));}