]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileZipListDir.h
Revert qprocess code. Revisions reverted: 22026, 22030, 22044, 22048,
[lyx.git] / src / support / FileZipListDir.h
index d49e0500ce3d4417cea404e880be2041ce675e25..8dd051fcdd2650139c8a248d8dd4bddc2ca4aeb2 100644 (file)
 #include <utility>
 #include <string>
 
-namespace lyx {
-namespace support {
-
-/// \return list other files in the directory having optional extension 'ext'.
-std::vector<FileName> dirList(FileName const & filename, std::string const & ext);
-
-
-} // namespace support
-} // namespace lyx
-
 /// The following functions are implemented in minizip/zipunzip.cpp, and are not in
 /// the lyx::support namespace