[vlc-commits] Qt: cleanup, remove includes and copyright updates of RecentsMRL
Jean-Baptiste Kempf
git at videolan.org
Sun May 18 13:46:09 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 18 13:45:43 2014 +0200| [643b9dbcc78638a5db98fcecd5e57d8989691bc3] | committer: Jean-Baptiste Kempf
Qt: cleanup, remove includes and copyright updates of RecentsMRL
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=643b9dbcc78638a5db98fcecd5e57d8989691bc3
---
modules/gui/qt4/recents.cpp | 7 ++-----
modules/gui/qt4/recents.hpp | 3 ++-
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/modules/gui/qt4/recents.cpp b/modules/gui/qt4/recents.cpp
index cac31b5..3bb088f 100755
--- a/modules/gui/qt4/recents.cpp
+++ b/modules/gui/qt4/recents.cpp
@@ -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 at l0cal.com>
+ * Jean-baptiste Kempf <jb at 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
@@ -21,14 +22,11 @@
* 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;
diff --git a/modules/gui/qt4/recents.hpp b/modules/gui/qt4/recents.hpp
index 0db9fea..06c3d88 100644
--- a/modules/gui/qt4/recents.hpp
+++ b/modules/gui/qt4/recents.hpp
@@ -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 at l0cal.com>
+ * Jean-baptiste Kempf <jb at 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
More information about the vlc-commits
mailing list