aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileinprojectfinder.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-09-03 13:42:37 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-09-03 12:27:24 +0000
commitf13a7fc988cc88086fd93386fcced533404d81db (patch)
tree74d8af5b7fc14e3786586ea78ed54276c3ee6f3a /src/libs/utils/fileinprojectfinder.cpp
parent7cac843343bbaeeefb5f0af062edb5fc0233ec45 (diff)
FileInProjectFinder: Add dtor
Some compilers need to know that the destructor is not inline here. It cannot be inline because PathMappingNode's dtor is not exported. Change-Id: I37cbf31cf83a8aa571a0a6708e3ad520b035bc53 Reviewed-by: Alexander Shevchenko <sav_ix@ukr.net> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/libs/utils/fileinprojectfinder.cpp')
-rw-r--r--src/libs/utils/fileinprojectfinder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/fileinprojectfinder.cpp b/src/libs/utils/fileinprojectfinder.cpp
index be0a20ca8a6..a2362bb39b6 100644
--- a/src/libs/utils/fileinprojectfinder.cpp
+++ b/src/libs/utils/fileinprojectfinder.cpp
@@ -74,6 +74,7 @@ static bool checkPath(const QString &candidate, FileInProjectFinder::FileHandler
*/
FileInProjectFinder::FileInProjectFinder() = default;
+FileInProjectFinder::~FileInProjectFinder() = default;
void FileInProjectFinder::setProjectDirectory(const FileName &absoluteProjectPath)
{