From da2559d959567db6a1501e62aa9b2c7c693cc074 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 09 Feb 2004 18:44:58 +0000 Subject: utf8 patch from Nikita V. Youshchenko --- (limited to 'core/multimedia') diff --git a/core/multimedia/opieplayer/om3u.cpp b/core/multimedia/opieplayer/om3u.cpp index 8b92a8c..778eb22 100644 --- a/core/multimedia/opieplayer/om3u.cpp +++ b/core/multimedia/opieplayer/om3u.cpp @@ -67,6 +67,7 @@ Om3u::~Om3u(){} void Om3u::readM3u() { // qDebug("<<<<<0) { for ( QStringList::ConstIterator it = begin(); it != end(); ++it ) { // qDebug(*it); - list += *it+"\n"; + t << *it << "\n"; } - f.writeBlock( list, list.length() ); } // f.close(); } -- cgit v0.9.0.2