Mercurial > trustbridge
comparison ui/tests/common.h @ 243:4b67cc2d4dad
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 28 Mar 2014 18:38:34 +0100 |
parents | c05e126b0b9e |
children | 17e1c8f37d72 |
comparison
equal
deleted
inserted
replaced
242:809eaca3898c | 243:4b67cc2d4dad |
---|---|
1 #ifndef COMMON_H | |
2 #define COMMON_H | |
3 #include <QDir> | |
4 #include <QString> | |
5 | |
6 /** @file common.h | |
7 * @brief Common testing code used in multiple tests. */ | |
8 | |
9 /* @brief get the file name of a file filled with garbage */ | |
10 QString getRandomDataFile(size_t size, const QDir &inDir = QDir()); | |
11 #endif // COMMON_H |