aheinecke@240: #ifndef COMMON_H aheinecke@240: #define COMMON_H aheinecke@240: #include aheinecke@240: #include aheinecke@240: aheinecke@240: /** @file common.h aheinecke@240: * @brief Common testing code used in multiple tests. */ aheinecke@240: aheinecke@240: /* @brief get the file name of a file filled with garbage */ aheinecke@240: QString getRandomDataFile(size_t size, const QDir &inDir = QDir()); aheinecke@240: #endif // COMMON_H