diff options
| author | Peter Penz <[email protected]> | 2011-08-26 08:08:11 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-08-26 08:09:50 +0200 |
| commit | 26648a0264ad726682901b2f9c9b5bd92dedb782 (patch) | |
| tree | 085614d7562d8cdb90f5976392727f1dd756fb5f /src/tests/testdir.h | |
| parent | a14d8bf655917dcf806e22bdfafb03a35f5c8680 (diff) | |
Fix issue that removing an item is not recognized
Thanks to Tirtha Chatterjee for the patch!
REVIEW: 102435
Diffstat (limited to 'src/tests/testdir.h')
| -rw-r--r-- | src/tests/testdir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/testdir.h b/src/tests/testdir.h index bcaa034b5..80e519e6b 100644 --- a/src/tests/testdir.h +++ b/src/tests/testdir.h @@ -49,6 +49,8 @@ public: void createFiles(const QStringList& files); void createDir(const QString& path, const QDateTime& time = QDateTime()); + void removeFile(const QString& path); + private: void makePathAbsoluteAndCreateParents(QString& path); |
