QObjectBindableProperty: Fix QDoc-specific typo in header
This prevented QDoc from parsing the properties correctly. Change-Id: Ib3e02eb29a5c35034c30a3dd9fdf797d4c7e1550 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
d12a5da678
commit
6b9a2937d6
@ -834,7 +834,7 @@ public:
|
||||
{}
|
||||
#else
|
||||
template <typename Functor>
|
||||
explicit QProperty(Functor &&f);
|
||||
explicit QObjectBindableProperty(Functor &&f);
|
||||
#endif
|
||||
|
||||
parameter_type value() const {
|
||||
|
Loading…
Reference in New Issue
Block a user