Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
18005d71
Commit
18005d71
authored
Sep 04, 2009
by
Jakob Leben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4: make title the first PL column
So that tree branches appear on it.
parent
7b517695
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
modules/gui/qt4/components/playlist/sorting.h
modules/gui/qt4/components/playlist/sorting.h
+9
-9
No files found.
modules/gui/qt4/components/playlist/sorting.h
View file @
18005d71
...
...
@@ -24,15 +24,15 @@
/* You can use these numbers with | and & to determine what you want to show */
enum
{
COLUMN_
NUMBER
=
0x0001
,
COLUMN_
TITLE
=
0x0002
,
COLUMN_
DURATION
=
0x0004
,
COLUMN_
ARTIST
=
0x0008
,
COLUMN_
GENRE
=
0x0010
,
COLUMN_
ALBUM
=
0x0020
,
COLUMN_
TRACK_NUMBER
=
0x0040
,
COLUMN_
DESCRIPTION
=
0x0080
,
COLUMN_
URI
=
0x0100
,
COLUMN_
TITLE
=
0x0001
,
COLUMN_
DURATION
=
0x0002
,
COLUMN_
ARTIST
=
0x0004
,
COLUMN_
GENRE
=
0x0008
,
COLUMN_
ALBUM
=
0x0010
,
COLUMN_
TRACK_NUMBER
=
0x0020
,
COLUMN_
DESCRIPTION
=
0x0040
,
COLUMN_
URI
=
0x0080
,
COLUMN_
NUMBER
=
0x0100
,
/* Add new entries here and update the COLUMN_END value*/
...
...
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