Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
643b9dbc
Commit
643b9dbc
authored
May 18, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: cleanup, remove includes and copyright updates of RecentsMRL
parent
c5f17c47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
modules/gui/qt4/recents.cpp
modules/gui/qt4/recents.cpp
+2
-5
modules/gui/qt4/recents.hpp
modules/gui/qt4/recents.hpp
+2
-1
No files found.
modules/gui/qt4/recents.cpp
View file @
643b9dbc
/*****************************************************************************
* recents.cpp : Recents MRL (menu)
*****************************************************************************
* Copyright © 200
6-2008 the VideoLAN team
* Copyright © 200
8-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
;
...
...
modules/gui/qt4/recents.hpp
View file @
643b9dbc
/*****************************************************************************
* recents.hpp : Recents MRL (menu)
*****************************************************************************
* Copyright © 200
6-2008 the VideoLAN team
* Copyright © 200
8-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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment