Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jesustorresdev/b5ee0adc81726ec6607b6b6c59556623 to your computer and use it in GitHub Desktop.
Save jesustorresdev/b5ee0adc81726ec6607b6b6c59556623 to your computer and use it in GitHub Desktop.
MyWindow::MyWindow(QWidget *parent)
{
// ...
finiteBuffer_ = new FiniteBuffer(20);
FrameProcessingThread frameProcessingThread(finiteBuffer_);
frameProcessingThread.start();
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment