From 554b80a928cac470eaa952b2b7c1adf8beca5b31 Mon Sep 17 00:00:00 2001 From: Denis Erokhin Date: Fri, 21 Jun 2024 19:55:30 +0300 Subject: [PATCH] reformat --- example/QtPlayer/CMakeLists.txt | 8 ++++---- lib/include/qframgrabber/QFrameProvider.hpp | 1 + lib/src/FrameGrabberImpl.hpp | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/QtPlayer/CMakeLists.txt b/example/QtPlayer/CMakeLists.txt index b38f8a6..cba983f 100644 --- a/example/QtPlayer/CMakeLists.txt +++ b/example/QtPlayer/CMakeLists.txt @@ -23,7 +23,7 @@ set(PROJECT_SOURCES ) add_executable(QtPlayer - ${PROJECT_SOURCES} + ${PROJECT_SOURCES} ) @@ -35,7 +35,7 @@ target_link_libraries(QtPlayer PRIVATE include(GNUInstallDirs) install(TARGETS QtPlayer - BUNDLE DESTINATION . - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) diff --git a/lib/include/qframgrabber/QFrameProvider.hpp b/lib/include/qframgrabber/QFrameProvider.hpp index 5307aeb..6fdae0d 100644 --- a/lib/include/qframgrabber/QFrameProvider.hpp +++ b/lib/include/qframgrabber/QFrameProvider.hpp @@ -2,6 +2,7 @@ #include "Types.hpp" #include + #include #include diff --git a/lib/src/FrameGrabberImpl.hpp b/lib/src/FrameGrabberImpl.hpp index d13e7f4..f31f4f5 100644 --- a/lib/src/FrameGrabberImpl.hpp +++ b/lib/src/FrameGrabberImpl.hpp @@ -6,7 +6,6 @@ #include #include - namespace frame_grabber::impl {