From a3f5bd5887248dc7c549632957b26ecfa9ea1f40 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 26 Sep 2010 09:34:42 +0000 Subject: api changes: removed AbstractPlaylistItem class git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1915 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hal/halplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/hal') diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp index 98c06b2fc..90106b8b0 100644 --- a/src/plugins/General/hal/halplugin.cpp +++ b/src/plugins/General/hal/halplugin.cpp @@ -256,7 +256,7 @@ void HalPlugin::removePath(const QString &path) int i = 0; while (model->count() > 0 && i < model->count()) { - if (model->item(i)->url ().startsWith(path)) + if (model->item(i)->url().startsWith(path)) model->removeAt (i); else ++i; -- cgit v1.2.3-13-gbd6f