diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-04 15:39:59 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-04 15:39:59 +0000 |
| commit | 00140162c2d92a7da38be0370a332955dedfee63 (patch) | |
| tree | 23864aa63027fa606d0f96d4c0ba59312711e6de /src/qmmpui/playlistmodel.cpp | |
| parent | cb1e422abcc73819dd66eae1b50d3fc21ac1a1ed (diff) | |
| download | qmmp-00140162c2d92a7da38be0370a332955dedfee63.tar.gz qmmp-00140162c2d92a7da38be0370a332955dedfee63.tar.bz2 qmmp-00140162c2d92a7da38be0370a332955dedfee63.zip | |
fixed drag-and-drop handler
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2581 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.cpp')
| -rw-r--r-- | src/qmmpui/playlistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index 8953b33e8..f1226d2e2 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -819,7 +819,7 @@ void PlayListModel::loadPlaylist(const QString &f_name) PlaylistFormat* prs = PlaylistParser::instance()->findByPath(f_name); if(!prs) { - qWarning("PlayListModel: unsupported playlist format"); + //qWarning("PlayListModel: unsupported playlist format"); return; } |
