Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
ce992c82
Commit
ce992c82
authored
Oct 26, 2010
by
Hugo Beauzée-Luyssen
Browse files
EffectsListView: Adding forgotten GPL header
parent
f1efc0d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Gui/effectsengine/EffectsListView.cpp
View file @
ce992c82
/*****************************************************************************
* EffectsListView.cpp: Display a list of effects
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <beauze.h@gmail.com>
*
* 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 the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include
"EffectsListView.h"
#include
"EffectsEngine.h"
#include
"EffectWidget.h"
...
...
@@ -10,7 +32,7 @@
#include
<QtDebug>
EffectsListView
::
EffectsListView
(
QWidget
*
parent
)
:
EffectsListView
::
EffectsListView
(
QWidget
*
parent
)
:
QListView
(
parent
)
{
m_model
=
new
QStandardItemModel
(
this
);
...
...
src/Gui/effectsengine/EffectsListView.h
View file @
ce992c82
/*****************************************************************************
* EffectsListView.h: Display a list of effects
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <beauze.h@gmail.com>
*
* 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 the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef EFFECTLISTVIEW_H
#define EFFECTLISTVIEW_H
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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