comparison data/fileio/PlaylistFileReader.cpp @ 689:573d45e9487b

Merge from debug-output branch
author Chris Cannam
date Tue, 14 Jun 2011 14:47:59 +0100
parents b4a8d8221eaf
children e802e550a1f2
comparison
equal deleted inserted replaced
688:be43b2fe68e8 689:573d45e9487b
133 QString testpath = QDir(m_basedir).filePath(line); 133 QString testpath = QDir(m_basedir).filePath(line);
134 if (QFileInfo(testpath).exists() && 134 if (QFileInfo(testpath).exists() &&
135 QFileInfo(testpath).isFile()) { 135 QFileInfo(testpath).isFile()) {
136 std::cerr << "Path \"" << line.toStdString() 136 std::cerr << "Path \"" << line.toStdString()
137 << "\" is relative, resolving to \"" 137 << "\" is relative, resolving to \""
138 << testpath.toStdString() << "\"" 138 << testpath << "\""
139 << std::endl; 139 << std::endl;
140 line = testpath; 140 line = testpath;
141 } 141 }
142 } 142 }
143 } 143 }