summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/fileinsessionfinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/fileinsessionfinder.h')
-rw-r--r--src/plugins/projectexplorer/fileinsessionfinder.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/fileinsessionfinder.h b/src/plugins/projectexplorer/fileinsessionfinder.h
index f14b3708f3..307018a2fc 100644
--- a/src/plugins/projectexplorer/fileinsessionfinder.h
+++ b/src/plugins/projectexplorer/fileinsessionfinder.h
@@ -25,12 +25,13 @@
#pragma once
+#include "projectexplorer_export.h"
+
#include <utils/fileutils.h>
namespace ProjectExplorer {
-namespace Internal {
-Utils::FilePathList findFileInSession(const Utils::FilePath &filePath);
+// Possibly used by "QtCreatorTerminalPlugin"
+PROJECTEXPLORER_EXPORT Utils::FilePathList findFileInSession(const Utils::FilePath &filePath);
-} // namespace Internal
} // namespace ProjectExplorer