Searched defs:filesFound (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dicon.cpp444 std::vector<std::string> filesFound; local
449 filesFound.push_back(*i);
456 out << "Sourcefiles: " << filesFound.size() << std::endl;
457 for ( std::vector<std::string>::iterator it = filesFound.begin(); it != filesFound.end(); ++it ) {

Completed in 19 milliseconds