|
3293 | 3293 | <returnValue type="bool"/> |
3294 | 3294 | <use-retval/> |
3295 | 3295 | <const/> |
3296 | | - <arg nr="1" direction="in"> |
| 3296 | + <arg nr="1"> |
3297 | 3297 | <not-uninit/> |
3298 | 3298 | </arg> |
3299 | 3299 | </function> |
|
3304 | 3304 | <returnValue type="int"/> |
3305 | 3305 | <use-retval/> |
3306 | 3306 | <const/> |
3307 | | - <arg nr="1" direction="in" default=""> |
| 3307 | + <arg nr="1" default=""> |
3308 | 3308 | <not-uninit/> |
3309 | 3309 | </arg> |
3310 | 3310 | </function> |
|
3320 | 3320 | <function name="QHash::find"> |
3321 | 3321 | <noreturn>false</noreturn> |
3322 | 3322 | <use-retval/> |
3323 | | - <arg nr="1" direction="in"> |
| 3323 | + <arg nr="1"> |
3324 | 3324 | <not-uninit/> |
3325 | 3325 | </arg> |
3326 | 3326 | </function> |
3327 | 3327 | <!-- QHash::iterator QHash::insert(const Key &key, const T &value) --> |
3328 | 3328 | <function name="QHash::insert"> |
3329 | 3329 | <noreturn>false</noreturn> |
3330 | 3330 | <returnValue type="QHash::iterator"/> |
3331 | | - <arg nr="1" direction="in"> |
| 3331 | + <arg nr="1"> |
3332 | 3332 | <not-uninit/> |
3333 | 3333 | </arg> |
3334 | | - <arg nr="2" direction="in"> |
| 3334 | + <arg nr="2"> |
3335 | 3335 | <not-uninit/> |
3336 | 3336 | </arg> |
3337 | 3337 | </function> |
|
3368 | 3368 | <noreturn>false</noreturn> |
3369 | 3369 | <use-retval/> |
3370 | 3370 | <const/> |
3371 | | - <arg nr="1" direction="in"> |
| 3371 | + <arg nr="1"> |
3372 | 3372 | <not-uninit/> |
3373 | 3373 | </arg> |
3374 | | - <arg nr="2" direction="in" default=""> |
| 3374 | + <arg nr="2" default=""> |
3375 | 3375 | <not-uninit/> |
3376 | 3376 | </arg> |
3377 | 3377 | </function> |
|
3381 | 3381 | <noreturn>false</noreturn> |
3382 | 3382 | <use-retval/> |
3383 | 3383 | <const/> |
3384 | | - <arg nr="1" direction="in" default=""> |
| 3384 | + <arg nr="1" default=""> |
3385 | 3385 | <not-uninit/> |
3386 | 3386 | </arg> |
3387 | 3387 | </function> |
|
5259 | 5259 | <function name="crend" yields="end-iterator"/> |
5260 | 5260 | </access> |
5261 | 5261 | </container> |
5262 | | - <container id="qtMap" startPattern="QMap|QMultiMap <" inherits="qtContainer"> |
| 5262 | + <container id="qtMap" startPattern="QMap|QMultiMap|QHash <" inherits="qtContainer"> |
5263 | 5263 | <type templateParameter="1" associative="std-like"/> |
5264 | 5264 | <rangeItemRecordType> |
5265 | 5265 | <member name="first" templateParameter="0"/> |
|
0 commit comments