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:
parent
98b4c5689f
commit
bbb43155bf
|
@ -101,7 +101,6 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="3">
|
<arg nr="3">
|
||||||
<not-null/>
|
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="4">
|
<arg nr="4">
|
||||||
|
|
Loading…
Reference in New Issue