mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Correct indent
This commit is contained in:
parent
75901140b4
commit
3b5a165296
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user