From b4d973f837a7713e7681157d4bfb20bd42559169 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Aug 2009 09:27:32 +0000 Subject: 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 --- src/ui/playlist.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui/playlist.cpp') 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; -- cgit v1.2.3-13-gbd6f