summaryrefslogtreecommitdiffstats
path: root/qtserialport.pro
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-09-23 17:10:30 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-09-25 11:03:16 +0300
commitaa00e8eb623d5cb4ba32860dd3671a87f3763f89 (patch)
treed05c40d5271434907e03862a92d30dd79845a29b /qtserialport.pro
parentba7eb7316d8586c6a30e759c26fed30c5b0ff5ae (diff)
Avoid possible symbol clashes on static builds on Windowsv5.14.0-beta1
We have same 'resolveSymbols' functions names in the global namespace as in the qtserialport module and as in the qtserialbus module. This can lead to the arbitrary call of this function from a different module that can lead to the crash or other issue (e.g. to this issue QTBUG-78546). So, we can just to rename this function that solves this issue in the future. Change-Id: I25f9d2a33c6858c5194d8c76eefd518eecfb6f7b Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'qtserialport.pro')
0 files changed, 0 insertions, 0 deletions