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
c4a87231
Commit
c4a87231
authored
Sep 05, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - cosmetic and trailing spaces. symbols fix.
parent
052f1a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
modules/gui/qt4/playlist_model.hpp
modules/gui/qt4/playlist_model.hpp
+5
-3
No files found.
modules/gui/qt4/playlist_model.hpp
View file @
c4a87231
...
...
@@ -66,7 +66,7 @@ protected:
int
i_id
;
int
i_input_id
;
int
i_showflags
;
void
updateview
(
void
);
friend
class
PLModel
;
private:
...
...
@@ -121,7 +121,7 @@ public:
bool
b_need_update
;
int
i_items_to_append
;
void
rebuild
();
void
rebuild
(
playlist_item_t
*
);
bool
hasRandom
();
bool
hasLoop
();
bool
hasRepeat
();
...
...
@@ -141,7 +141,7 @@ public:
void
sendArt
(
QString
url
);
void
removeArt
(
);
int
shownFlags
()
{
return
rootItem
->
i_showflags
;
}
private:
void
addCallbacks
();
...
...
@@ -198,7 +198,9 @@ private slots:
void
popupInfo
();
void
popupStream
();
void
popupSave
();
#ifdef WIN32
void
popupExplore
();
#endif
void
viewchanged
(
int
);
friend
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