Commit 643b9dbc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: cleanup, remove includes and copyright updates of RecentsMRL

parent c5f17c47
/*****************************************************************************
* 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
......@@ -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;
......
/*****************************************************************************
* 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment