[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/stable/extragear/multimedia/k3b/src/rip
From:       Markus Brueffer <markus () brueffer ! de>
Date:       2005-07-12 14:28:58
Message-ID: 1121178538.595241.6098.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 434001 by markusb:

Fix build with gcc 2.95


 M  +1 -1      k3baudioprojectconvertingthread.cpp  
 M  +1 -1      k3baudioripthread.cpp  


--- branches/stable/extragear/multimedia/k3b/src/rip/k3baudioprojectconvertingthread.cpp #434000:434001
@@ -373,7 +373,7 @@
 
   // we always use a relative filename here
   QString imageFile = m_tracks[0].second.section( '/', -1 );
-  cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? "WAVE" : d->fileType ) );
+  cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? QString("WAVE") : d->fileType ) );
 
   // use the same base name as the image file
   QString cueFile = m_tracks[0].second;
--- branches/stable/extragear/multimedia/k3b/src/rip/k3baudioripthread.cpp #434000:434001
@@ -536,7 +536,7 @@
 
   // we always use a relative filename here
   QString imageFile = m_tracks[0].second.section( '/', -1 );
-  cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? "WAVE" : d->fileType ) );
+  cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? QString("WAVE") : d->fileType ) );
 
   // use the same base name as the image file
   QString cueFile = m_tracks[0].second;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic