Mercurial > hg > svcore
comparison data/fileio/PlaylistFileReader.cpp @ 742:c10cb8782576 coreaudio_tests
Merge from branch "default"
author | Chris Cannam |
---|---|
date | Sun, 01 Jul 2012 11:53:00 +0100 |
parents | b4a8d8221eaf |
children | e802e550a1f2 |
comparison
equal
deleted
inserted
replaced
666:4efa7429cd85 | 742:c10cb8782576 |
---|---|
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 } |