diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 10:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-24 10:56:49 +0900 |
commit | aefcba8280fc1520675866143baf2f8c020ec82e (patch) | |
tree | 2a60004ec9084f8560740d029a6adc2c637fd67e /languages/cpp/cppsupportpart.cpp | |
parent | 42d2a4fceca65d537b9454bb7de45029f89f4921 (diff) | |
download | tdevelop-aefcba8280fc1520675866143baf2f8c020ec82e.tar.gz tdevelop-aefcba8280fc1520675866143baf2f8c020ec82e.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'languages/cpp/cppsupportpart.cpp')
-rw-r--r-- | languages/cpp/cppsupportpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/cppsupportpart.cpp b/languages/cpp/cppsupportpart.cpp index c1cf0132..bd35d649 100644 --- a/languages/cpp/cppsupportpart.cpp +++ b/languages/cpp/cppsupportpart.cpp @@ -1506,7 +1506,7 @@ bool CppSupportPart::parseProject( bool force ) uint offset; _jd->stream >> fn >> ts >> offset; - _jd->pcs[ fn ] = tqMakePair( ts, offset ); + _jd->pcs[ fn ] = qMakePair( ts, offset ); } } } |