qt.cfg: allow bool as second argument of setProperty() (#2859)
A QVariant can be constructed with a bool, so there is no reason to forbid this.
This commit is contained in:
parent
34c8334882
commit
6d4ca8e82f
|
@ -3615,7 +3615,6 @@
|
|||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void QAction::setShortcut(const QKeySequence &shortcut) -->
|
||||
|
|
Loading…
Reference in New Issue