[vlmc-devel] commit: Cleanup: Moving LCDTimecode to src/Gui/preview ( Hugo Beauzee-Luyssen )

git at videolan.org git at videolan.org
Thu Mar 11 18:47:14 CET 2010


vlmc | branch: master | Hugo Beauzee-Luyssen <beauze.h at gmail.com> | Thu Mar 11 18:44:38 2010 +0100| [2c055dc117d34da2f2f67c83a0fe7980a1c7fe70] | committer: Hugo Beauzee-Luyssen 

Cleanup: Moving LCDTimecode to src/Gui/preview

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=2c055dc117d34da2f2f67c83a0fe7980a1c7fe70
---

 src/CMakeLists.txt                    |    4 ++--
 src/Gui/{ => preview}/LCDTimecode.cpp |    0 
 src/Gui/{ => preview}/LCDTimecode.h   |    0 
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 704faf8..917eb20 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -25,7 +25,7 @@ SET(VLMC_SRCS
     Gui/ClipProperty.cpp
     Gui/DockWidgetManager.cpp
     Gui/LanguageHelper.cpp
-    Gui/LCDTimecode.cpp
+    Gui/preview/LCDTimecode.cpp
     Gui/MainWindow.cpp
     Gui/preview/PreviewRuler.cpp
     Gui/preview/PreviewWidget.cpp
@@ -113,7 +113,7 @@ SET (VLMC_HDRS
     Gui/export/RendererSettings.h
     Gui/import/ImportController.h
     Gui/LanguageHelper.h
-    Gui/LCDTimecode.h
+    Gui/preview/LCDTimecode.h
     Gui/library/ListViewController.h
     Gui/library/MediaCellView.h
     Gui/library/MediaListView.h
diff --git a/src/Gui/LCDTimecode.cpp b/src/Gui/preview/LCDTimecode.cpp
similarity index 100%
rename from src/Gui/LCDTimecode.cpp
rename to src/Gui/preview/LCDTimecode.cpp
diff --git a/src/Gui/LCDTimecode.h b/src/Gui/preview/LCDTimecode.h
similarity index 100%
rename from src/Gui/LCDTimecode.h
rename to src/Gui/preview/LCDTimecode.h



More information about the Vlmc-devel mailing list