PylonRecorder/imagebuffer.cpp

7 lines
91 B
C++

#include "imagebuffer.h"
ImageBuffer::ImageBuffer(QObject *parent) : QObject(parent)
{
}