Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
9b4308cb
Commit
9b4308cb
authored
Aug 16, 2009
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4: cleanup plitem
parent
faf3eabb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
modules/gui/qt4/components/playlist/playlist_item.cpp
modules/gui/qt4/components/playlist/playlist_item.cpp
+1
-1
modules/gui/qt4/components/playlist/playlist_item.hpp
modules/gui/qt4/components/playlist/playlist_item.hpp
+0
-5
No files found.
modules/gui/qt4/components/playlist/playlist_item.cpp
View file @
9b4308cb
...
@@ -86,7 +86,7 @@ void PLItem::insertChild( PLItem *item, int i_pos, bool signal )
...
@@ -86,7 +86,7 @@ void PLItem::insertChild( PLItem *item, int i_pos, bool signal )
void
PLItem
::
remove
(
PLItem
*
removed
,
int
i_depth
)
void
PLItem
::
remove
(
PLItem
*
removed
,
int
i_depth
)
{
{
if
(
i_depth
==
DEPTH_SEL
||
parentItem
)
if
(
i_depth
==
1
/* DEPTH_SEL */
||
parentItem
)
{
{
int
i_index
=
parentItem
->
children
.
indexOf
(
removed
);
int
i_index
=
parentItem
->
children
.
indexOf
(
removed
);
parentItem
->
children
.
removeAt
(
i_index
);
parentItem
->
children
.
removeAt
(
i_index
);
...
...
modules/gui/qt4/components/playlist/playlist_item.hpp
View file @
9b4308cb
...
@@ -28,13 +28,8 @@
...
@@ -28,13 +28,8 @@
# include "config.h"
# include "config.h"
#endif
#endif
#include "components/playlist/playlist_model.hpp"
#include <QString>
#include <QList>
#include <QList>
class
QSettings
;
class
PLModel
;
class
PLItem
class
PLItem
{
{
...
...
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