You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #1159QObject becomes a type automatically added to all bridges. Should we consider others like ConnectionType that are in CXX-Qt ? And should we allow for a cxx-qt-lib prelude way to add them too ? (which would be #287 )
The text was updated successfully, but these errors were encountered:
Note: #1159 currently adds QObject to the bridge only if needed.
We should also decide whether we should add it unconditionally or not, as currently you can still declare a type to be named QObject if it's not needed by inheritance.
As part of #1159
QObject
becomes a type automatically added to all bridges. Should we consider others like ConnectionType that are in CXX-Qt ? And should we allow for a cxx-qt-lib prelude way to add them too ? (which would be #287 )The text was updated successfully, but these errors were encountered: