Correct indent

This commit is contained in:
LordGrey 2024-05-04 19:15:42 +02:00
parent 75901140b4
commit 3b5a165296

View File

@ -231,7 +231,7 @@ int main(int argc, char** argv)
ScreenshotHandler handler("screenshot.png", signalDetectionOffset);
QObject::connect(&grabber, SIGNAL(newFrame(Image<ColorRgb>)), &handler, SLOT(receiveImage(Image<ColorRgb>)));
grabber.prepare();
grabber.prepare();
grabber.start();
QCoreApplication::exec();
grabber.stop();