فهرست منبع

shared: Rename icon-label.hpp to IconLabel.hpp

Renames the icon-label.hpp header to IconLabel to follow the new
convention of files being named the same as the class they contain.
gxalpha 9 ماه پیش
والد
کامیت
a64956d8ee
3فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      shared/properties-view/properties-view.cpp
  2. 1 1
      shared/qt/icon-label/CMakeLists.txt
  3. 0 0
      shared/qt/icon-label/IconLabel.hpp

+ 1 - 1
shared/properties-view/properties-view.cpp

@@ -33,7 +33,7 @@
 #include <qt-wrappers.hpp>
 #include <plain-text-edit.hpp>
 #include <slider-ignorewheel.hpp>
-#include <icon-label.hpp>
+#include <IconLabel.hpp>
 #include <cstdlib>
 #include <initializer_list>
 #include <obs-data.h>

+ 1 - 1
shared/qt/icon-label/CMakeLists.txt

@@ -5,7 +5,7 @@ find_package(Qt6 REQUIRED Core Widgets)
 add_library(qt-icon-label INTERFACE)
 add_library(OBS::qt-icon-label ALIAS qt-icon-label)
 
-target_sources(qt-icon-label INTERFACE icon-label.hpp)
+target_sources(qt-icon-label INTERFACE IconLabel.hpp)
 target_include_directories(qt-icon-label INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
 
 target_link_libraries(qt-icon-label INTERFACE Qt::Core Qt::Widgets)

+ 0 - 0
shared/qt/icon-label/icon-label.hpp → shared/qt/icon-label/IconLabel.hpp