summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakecbpparser.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-10-29 17:53:47 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-03 11:01:50 +0000
commit5d7f5a2a32a742c3c83b3427f970c9d6ad824e69 (patch)
treebe347e44bb9d1fa6fe9d5fb6aa3a36d32503ec60 /src/plugins/cmakeprojectmanager/cmakecbpparser.cpp
parent6d9ff690c7eaabd9b27931ea38934b97466a43c2 (diff)
downloadqt-creator-5d7f5a2a32a742c3c83b3427f970c9d6ad824e69.tar.gz
ProjectNode: Rename path() to filePath()
Change-Id: I78bb73f8c9457fd74c470eacbf54eb9195ac9681 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakecbpparser.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakecbpparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakecbpparser.cpp b/src/plugins/cmakeprojectmanager/cmakecbpparser.cpp
index 00fc12c5f1..cf69a8adce 100644
--- a/src/plugins/cmakeprojectmanager/cmakecbpparser.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakecbpparser.cpp
@@ -66,7 +66,7 @@ void CMakeCbpParser::sortFiles()
{
QLoggingCategory log("qtc.cmakeprojectmanager.filetargetmapping");
QList<FileName> fileNames = Utils::transform(m_fileList, [] (FileNode *node) {
- return node->path();
+ return node->filePath();
});
Utils::sort(fileNames);