aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-01-15 08:53:55 +0100
committerAnders Broman <a.broman58@gmail.com>2018-01-15 12:20:32 +0000
commit43833239fc2fc0e109743abc69dd39226b0caf7b (patch)
tree1424dd6a1159359ea81a85779481b5aa9c55b97f /tools/checkAPIs.pl
parent56a991710bf6dbd64080c5795eec4609c9360f4e (diff)
Qt: change obsolete qVariantFromValue into QVariant::fromValue.
Change-Id: I767b06c0e316347cdb28b769f1032e6d44cba45b Reviewed-on: https://code.wireshark.org/review/25321 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Roland Knall <rknall@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index ca326d4474..a523b4235c 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -276,6 +276,7 @@ my %APIs = (
'G_WIN32_DLLMAIN_FOR_DLL_NAME',
'g_win32_get_package_installation_directory',
'g_win32_get_package_installation_subdirectory',
+ 'qVariantFromValue'
] },
# APIs that make the program exit. Dissectors shouldn't call these