summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/projectpart.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-02-27 14:37:41 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-03-09 13:50:08 +0000
commit546df418531c75fb4032d723882bc0799b64cfd2 (patch)
treead5483e36c3a2740d2ae947788e048a38a2f7e32 /src/plugins/cpptools/projectpart.h
parentcee92463f7218d078b4eeea8064b66660785c03c (diff)
downloadqt-creator-546df418531c75fb4032d723882bc0799b64cfd2.tar.gz
ProjectPart: Add callGroupId
Do not rely on the projectfile being unique anymore. Change-Id: I52e63b3ac8aeca43ef70af1d59d1d8612bd3540e Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'src/plugins/cpptools/projectpart.h')
-rw-r--r--src/plugins/cpptools/projectpart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/projectpart.h b/src/plugins/cpptools/projectpart.h
index f2e2783032..b01872f71b 100644
--- a/src/plugins/cpptools/projectpart.h
+++ b/src/plugins/cpptools/projectpart.h
@@ -108,6 +108,7 @@ public:
int projectFileLine = -1;
int projectFileColumn = -1;
QString projectConfigFile; // currently only used by the Generic Project Manager
+ QString callGroupId;
ProjectFiles files;