qt.cfg: Fix false positives for function disconnect (#1137)

There is no problem with a null pointer as third argument. 0 is used as
wildcard and stands for all receivers for example.
This commit is contained in:
Sebastian 2018-03-27 15:54:24 +02:00 committed by GitHub
parent 98b4c5689f
commit bbb43155bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@
<not-uninit/>
</arg>
<arg nr="3">
<not-null/>
<not-uninit/>
</arg>
<arg nr="4">