]> git.sesse.net Git - vlc/commitdiff
Qt: cleanup, remove includes and copyright updates of RecentsMRL
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 May 2014 11:45:43 +0000 (13:45 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 May 2014 11:45:43 +0000 (13:45 +0200)
modules/gui/qt4/recents.cpp
modules/gui/qt4/recents.hpp

index cac31b54f3d557006568863092d6c0a30611ed0d..3bb088fe8872159b3d5f2dbd32bfc5b333ba8793 100755 (executable)
@@ -1,10 +1,11 @@
 /*****************************************************************************
  * recents.cpp : Recents MRL (menu)
  *****************************************************************************
- * Copyright © 2006-2008 the VideoLAN team
+ * Copyright © 2008-2014 VideoLAN and VLC authors
  * $Id$
  *
  * Authors: Ludovic Fauvet <etix@l0cal.com>
+ *          Jean-baptiste Kempf <jb@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-
 #include "recents.hpp"
 #include "dialogs_provider.hpp"
 #include "menus.hpp"
 
 #include <QStringList>
-#include <QAction>
-#include <QSettings>
 #include <QRegExp>
 #include <QSignalMapper>
 
@@ -49,7 +47,6 @@
     #include <vlc_charset.h>
 #endif
 
-
 RecentsMRL::RecentsMRL( intf_thread_t *_p_intf ) : p_intf( _p_intf )
 {
     stack = new QStringList;
index 0db9feaf7d7a8de37e5c191a6d1ba0cb759501cf..06c3d88149c1e9ad054dea3d82a12be1fc214584 100644 (file)
@@ -1,10 +1,11 @@
 /*****************************************************************************
  * recents.hpp : Recents MRL (menu)
  *****************************************************************************
- * Copyright © 2006-2008 the VideoLAN team
+ * Copyright © 2008-2014 VideoLAN and VLC authors
  * $Id$
  *
  * Authors: Ludovic Fauvet <etix@l0cal.com>
+ *          Jean-baptiste Kempf <jb@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by