Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
f9f1166e
Commit
f9f1166e
authored
May 17, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
5a892e07
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
modules/gui/qt4/components/playlist/playlist_model.cpp
modules/gui/qt4/components/playlist/playlist_model.cpp
+1
-1
modules/gui/qt4/dialogs/sout.cpp
modules/gui/qt4/dialogs/sout.cpp
+1
-1
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/dialogs_provider.cpp
+1
-1
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+1
-1
No files found.
modules/gui/qt4/components/playlist/playlist_model.cpp
View file @
f9f1166e
...
...
@@ -224,7 +224,7 @@ void PLModel::addCallbacks()
{
/* Some global changes happened -> Rebuild all */
var_AddCallback
(
p_playlist
,
"intf-change"
,
PlaylistChanged
,
this
);
/* We went to the next item
/* We went to the next item
var_AddCallback( p_playlist, "item-current", PlaylistNext, this );
*/
/* One item has been updated */
...
...
modules/gui/qt4/dialogs/sout.cpp
View file @
f9f1166e
...
...
@@ -249,7 +249,7 @@ void SoutDialog::updateMRL()
mrl
=
smrl
.
getMrl
();
/* FIXME, deal with SAP
/* FIXME, deal with SAP
sout.b_sap = ui.sap->isChecked();
sout.psz_group = strdup( qtu( ui.sapGroup->text() ) );
sout.psz_name = strdup( qtu( ui.sapName->text() ) ); */
...
...
modules/gui/qt4/dialogs_provider.cpp
View file @
f9f1166e
...
...
@@ -400,7 +400,7 @@ void DialogsProvider::addFromSimple( bool pl, bool go)
{
QStringList
files
=
DialogsProvider
::
showSimpleOpen
();
int
i
=
0
;
files
.
sort
();
files
.
sort
();
foreach
(
const
QString
&
file
,
files
)
{
playlist_Add
(
THEPL
,
qtu
(
toNativeSeparators
(
file
)
),
NULL
,
...
...
modules/gui/qt4/menus.cpp
View file @
f9f1166e
...
...
@@ -347,7 +347,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
}
/**
* Tools, like Media Information, Preferences or Messages
* Tools, like Media Information, Preferences or Messages
**/
QMenu
*
QVLCMenu
::
ToolsMenu
(
QMenu
*
menu
)
{
...
...
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