The FileReader class reads the contents of a file.
Definition filereader.h:21
FileReader(const QString &fileName)
Constructs a FileReader object with the specified file name.
Definition filereader.cpp:15
QString read() const
Reads the contents of the file.
Definition filereader.cpp:22