]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/bookmarks.cpp
Qt: kill many warnings.
[vlc] / modules / gui / qt4 / dialogs / bookmarks.cpp
index 799e2690c5263f68d27dd1ce07da5eb50d74cf49..1b669077815ad233bd161d5f3831364db92102c7 100644 (file)
@@ -197,7 +197,7 @@ void BookmarksDialog::edit( QTreeWidgetItem *item, int column )
 
     // We get the bookmarks list
     seekpoint_t** pp_bookmarks;
-    seekpoint_t*  p_seekpoint;
+    seekpoint_t*  p_seekpoint = NULL;
     int i_bookmarks;
 
     if( input_Control( p_input, INPUT_GET_BOOKMARKS, &pp_bookmarks,