aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/artifactcleaner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/buildgraph/artifactcleaner.h')
-rw-r--r--src/lib/buildgraph/artifactcleaner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/buildgraph/artifactcleaner.h b/src/lib/buildgraph/artifactcleaner.h
index 3c9fcaa39..ca9cbe31e 100644
--- a/src/lib/buildgraph/artifactcleaner.h
+++ b/src/lib/buildgraph/artifactcleaner.h
@@ -44,6 +44,10 @@ class ArtifactCleaner
public:
void cleanup(const QList<BuildProduct::Ptr> &products, bool removeAll,
const BuildOptions &buildOptions);
+
+private:
+ void removeEmptyDirectories(const QString &rootDir, const BuildOptions &options,
+ bool *isEmpty = 0);
};
} // namespace Internal