Result of multiple file search operation done by PathFinder. More...
#include <pathfinder.h>
Public Member Functions | |
QStringList & | foundFiles () |
Paths to found files. More... | |
const QStringList & | foundFiles () const |
QStringList & | missingFiles () |
Names of not found files. More... | |
const QStringList & | missingFiles () const |
Result of multiple file search operation done by PathFinder.
This object is copyable.
Definition at line 41 of file pathfinder.h.
QStringList & PathFinderResult::foundFiles | ( | ) |
Paths to found files.
Definition at line 57 of file pathfinder.cpp.
QStringList & PathFinderResult::missingFiles | ( | ) |
Names of not found files.
Definition at line 67 of file pathfinder.cpp.