aboutsummaryrefslogtreecommitdiff
path: root/src/ui/playlist.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-01 09:27:32 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-01 09:27:32 +0000
commitb4d973f837a7713e7681157d4bfb20bd42559169 (patch)
tree98a8322cd1a5e06917af6636ff2c2902f16b52b5 /src/ui/playlist.cpp
parentc46810a78b1ad1ec5bc5cb48c944e443f1f9706a (diff)
downloadqmmp-b4d973f837a7713e7681157d4bfb20bd42559169.tar.gz
qmmp-b4d973f837a7713e7681157d4bfb20bd42559169.tar.bz2
qmmp-b4d973f837a7713e7681157d4bfb20bd42559169.zip
added form of the unified details dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1099 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/playlist.cpp')
-rw-r--r--src/ui/playlist.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/playlist.cpp b/src/ui/playlist.cpp
index 46853d8fb..9bbb493dd 100644
--- a/src/ui/playlist.cpp
+++ b/src/ui/playlist.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2006-2009 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -502,7 +502,6 @@ void PlayList::updateList()
m_titleBar->showCurrent();
}
-
PlayListItem *PlayList::currentItem()
{
return m_playListModel ? m_playListModel->currentItem() : 0;