| 94 | namespace TestProjectUtils { |
| 95 | template<class T> |
| 96 | T* createChild(ProjectFolderItem* parent, const QString& childName) |
| 97 | { |
| 98 | return new T(childName, parent); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Iterate over all files and directories inside the given directory |