Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
JuK
Commits
952fcd08
Commit
952fcd08
authored
Apr 02, 2003
by
Frerich Raabe
Browse files
- Don't be a snotty liar
svn path=/trunk/kdemultimedia/juk/; revision=217918
parent
8d8a2bed
Changes
2
Hide whitespace changes
Inline
Side-by-side
juk.cpp
View file @
952fcd08
...
...
@@ -418,7 +418,7 @@ QString JuK::playingString() const
void
JuK
::
updatePlaylistInfo
()
{
m_statusLabel
->
setPlaylistInfo
(
m_splitter
->
selected
PlaylistName
(),
m_splitter
->
selectedPlaylistCount
());
m_statusLabel
->
setPlaylistInfo
(
m_splitter
->
visible
PlaylistName
(),
m_splitter
->
selectedPlaylistCount
());
}
void
JuK
::
play
(
const
QString
&
file
)
...
...
playlistsplitter.h
View file @
952fcd08
...
...
@@ -104,9 +104,9 @@ public:
QString
playingList
()
const
;
/**
* Returns the name of the currently
selected
playlist.
* Returns the name of the currently
visible
playlist.
*/
QString
selected
PlaylistName
()
const
{
return
visiblePlaylist
()
->
name
();
}
QString
visible
PlaylistName
()
const
{
return
visiblePlaylist
()
->
name
();
}
/**
* Returns the number of items in the currently selected playlist.
...
...
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