[vlmc-devel] commit: kill warnings (Ludovic Fauvet )

git at videolan.org git at videolan.org
Sun Mar 14 23:13:34 CET 2010


vlmc | branch: 0.0.1-bugfix | Ludovic Fauvet <etix at l0cal.com> | Sun Mar 14 22:54:18 2010 +0100| [937e6936c704cb2e8b2610d0985f52fbd45bb0e9] | committer: Ludovic Fauvet 

kill warnings

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

 src/CMakeLists.txt                           |    2 +-
 src/Gui/import/ui/ImportController.ui        |    1 -
 src/Gui/timeline/AbstractGraphicsMediaItem.h |    1 +
 src/Gui/timeline/GraphicsCursorItem.h        |    1 +
 src/Gui/ui/MainWindow.ui                     |    5 -----
 5 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5c37cd9..c9e6cf2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -222,7 +222,7 @@ IF (WITH_CRASHHANDLER_GUI)
     ELSE ( CMAKE_SYSTEM_NAME STREQUAL "Linux" )
         LIST( APPEND VLMC_SRCS Tools/Win32BacktraceGenerator.cpp )
     ENDIF( CMAKE_SYSTEM_NAME STREQUAL "Linux" )
-    LIST( APPEND VLMC_HDRS Gui/widgets/CrashHandler.h Tools/BacktraceGenerator.h )
+    LIST( APPEND VLMC_HDRS Gui/widgets/CrashHandler.h )
     LIST( APPEND VLMC_UIS Gui/widgets/CrashHandler.ui )
     
 ENDIF(WITH_CRASHHANDLER_GUI)
diff --git a/src/Gui/import/ui/ImportController.ui b/src/Gui/import/ui/ImportController.ui
index 7c9742e..6e5829b 100644
--- a/src/Gui/import/ui/ImportController.ui
+++ b/src/Gui/import/ui/ImportController.ui
@@ -229,7 +229,6 @@
     </widget>
    </item>
   </layout>
-  <zorder>horizontalLayoutWidget</zorder>
   <zorder>buttonBox</zorder>
   <zorder>stackViewContainer</zorder>
  </widget>
diff --git a/src/Gui/timeline/AbstractGraphicsMediaItem.h b/src/Gui/timeline/AbstractGraphicsMediaItem.h
index a52c48a..4794fdd 100644
--- a/src/Gui/timeline/AbstractGraphicsMediaItem.h
+++ b/src/Gui/timeline/AbstractGraphicsMediaItem.h
@@ -40,6 +40,7 @@ class GraphicsTrack;
 class AbstractGraphicsMediaItem : public QObject, public QGraphicsItem
 {
     Q_OBJECT
+    Q_INTERFACES( QGraphicsItem )
     friend class TracksView;
 public:
     enum From
diff --git a/src/Gui/timeline/GraphicsCursorItem.h b/src/Gui/timeline/GraphicsCursorItem.h
index eac70d6..febb6d5 100644
--- a/src/Gui/timeline/GraphicsCursorItem.h
+++ b/src/Gui/timeline/GraphicsCursorItem.h
@@ -35,6 +35,7 @@
 class GraphicsCursorItem : public QObject, public QGraphicsItem
 {
     Q_OBJECT
+    Q_INTERFACES( QGraphicsItem )
 public:
     GraphicsCursorItem( const QPen& pen );
     int                 cursorPos() const { return ( int )pos().x(); }
diff --git a/src/Gui/ui/MainWindow.ui b/src/Gui/ui/MainWindow.ui
index 0d42d0e..923b3a6 100644
--- a/src/Gui/ui/MainWindow.ui
+++ b/src/Gui/ui/MainWindow.ui
@@ -180,11 +180,6 @@
     <string>Import</string>
    </property>
   </action>
-  <action name="actionProject_Preferences">
-   <property name="text">
-    <string>Project Preferences</string>
-   </property>
-  </action>
   <action name="actionBypass_effects_engine">
    <property name="checkable">
     <bool>true</bool>



More information about the Vlmc-devel mailing list