@@ -648,7 +648,7 @@ cxx_qt::static_assertions::assert_eq_size!(
648
648
cxx_qt:: signalhandler:: CxxQtSignalHandler <MyObjectCxxQtSignalClosureready >,
649
649
[ usize ; 2 ]
650
650
) ;
651
- unsafe impl :: cxx_qt:: Upcast < ffi:: QStringListModel > for ffi:: MyObject {
651
+ unsafe impl :: cxx_qt:: casting :: Upcast < ffi:: QStringListModel > for ffi:: MyObject {
652
652
unsafe fn upcast_ptr ( this : * const Self ) -> * const ffi:: QStringListModel {
653
653
ffi:: cxx_qt_ffi_MyObject_upcastPtr ( this)
654
654
}
@@ -822,7 +822,7 @@ cxx_qt::static_assertions::assert_eq_size!(
822
822
cxx_qt:: signalhandler:: CxxQtSignalHandler <SecondObjectCxxQtSignalClosureready >,
823
823
[ usize ; 2 ]
824
824
) ;
825
- unsafe impl :: cxx_qt:: Upcast < :: cxx_qt:: QObject > for ffi:: SecondObject {
825
+ unsafe impl :: cxx_qt:: casting :: Upcast < :: cxx_qt:: QObject > for ffi:: SecondObject {
826
826
unsafe fn upcast_ptr ( this : * const Self ) -> * const :: cxx_qt:: QObject {
827
827
ffi:: cxx_qt_ffi_SecondObject_upcastPtr ( this)
828
828
}
@@ -850,7 +850,7 @@ impl ::cxx_qt::CxxQtType for ffi::SecondObject {
850
850
ffi:: cxx_qt_ffi_SecondObject_unsafeRustMut ( self )
851
851
}
852
852
}
853
- unsafe impl :: cxx_qt:: Upcast < :: cxx_qt:: QObject > for ffi:: MyRustName {
853
+ unsafe impl :: cxx_qt:: casting :: Upcast < :: cxx_qt:: QObject > for ffi:: MyRustName {
854
854
unsafe fn upcast_ptr ( this : * const Self ) -> * const :: cxx_qt:: QObject {
855
855
ffi:: cxx_qt_ffi_MyCxxName_upcastPtr ( this)
856
856
}
@@ -878,15 +878,15 @@ impl ::cxx_qt::CxxQtType for ffi::MyRustName {
878
878
ffi:: cxx_qt_ffi_MyCxxName_unsafeRustMut ( self )
879
879
}
880
880
}
881
- unsafe impl :: cxx_qt:: Upcast < :: cxx_qt:: QObject > for ffi:: QPushButton {
881
+ unsafe impl :: cxx_qt:: casting :: Upcast < :: cxx_qt:: QObject > for ffi:: QPushButton {
882
882
unsafe fn upcast_ptr ( this : * const Self ) -> * const :: cxx_qt:: QObject {
883
883
ffi:: cxx_qt_ffi_QPushButton_upcastPtr ( this)
884
884
}
885
885
unsafe fn from_base_ptr ( base : * const :: cxx_qt:: QObject ) -> * const Self {
886
886
ffi:: cxx_qt_ffi_QPushButton_downcastPtr ( base)
887
887
}
888
888
}
889
- unsafe impl :: cxx_qt:: Upcast < :: cxx_qt:: QObject > for ffi:: ExternObject {
889
+ unsafe impl :: cxx_qt:: casting :: Upcast < :: cxx_qt:: QObject > for ffi:: ExternObject {
890
890
unsafe fn upcast_ptr ( this : * const Self ) -> * const :: cxx_qt:: QObject {
891
891
ffi:: cxx_qt_ffi_ExternObjectCpp_upcastPtr ( this)
892
892
}
0 commit comments