@@ -481,7 +481,7 @@ mod ffi {
481481 extern "C++" {
482482 #[ doc( hidden) ]
483483 #[ namespace = "" ]
484- type QObject = cxx_qt:: qobject :: QObject ;
484+ type QObject = cxx_qt:: QObject ;
485485 }
486486}
487487#[ cfg( not( enabled) ) ]
@@ -632,11 +632,11 @@ cxx_qt::static_assertions::assert_eq_size!(
632632 cxx_qt:: signalhandler:: CxxQtSignalHandler <QObjectEnabledCxxQtSignalClosuresignal_enabled >,
633633 [ usize ; 2 ]
634634) ;
635- impl :: cxx_qt:: Upcast < :: cxx_qt:: qobject :: QObject > for ffi:: QObjectEnabled {
636- unsafe fn upcast_ptr ( this : * const Self ) -> * const :: cxx_qt:: qobject :: QObject {
635+ impl :: cxx_qt:: Upcast < :: cxx_qt:: QObject > for ffi:: QObjectEnabled {
636+ unsafe fn upcast_ptr ( this : * const Self ) -> * const :: cxx_qt:: QObject {
637637 ffi:: cxx_qt_ffi_QObjectEnabled_upcastPtr ( this)
638638 }
639- unsafe fn from_base_ptr ( base : * const :: cxx_qt:: qobject :: QObject ) -> * const Self {
639+ unsafe fn from_base_ptr ( base : * const :: cxx_qt:: QObject ) -> * const Self {
640640 ffi:: cxx_qt_ffi_QObjectEnabled_downcastPtr ( base)
641641 }
642642}
@@ -811,11 +811,11 @@ cxx_qt::static_assertions::assert_eq_size!(
811811 cxx_qt:: signalhandler:: CxxQtSignalHandler <QObjectDisabledCxxQtSignalClosuresignal_enabled >,
812812 [ usize ; 2 ]
813813) ;
814- impl :: cxx_qt:: Upcast < :: cxx_qt:: qobject :: QObject > for ffi:: QObjectDisabled {
815- unsafe fn upcast_ptr ( this : * const Self ) -> * const :: cxx_qt:: qobject :: QObject {
814+ impl :: cxx_qt:: Upcast < :: cxx_qt:: QObject > for ffi:: QObjectDisabled {
815+ unsafe fn upcast_ptr ( this : * const Self ) -> * const :: cxx_qt:: QObject {
816816 ffi:: cxx_qt_ffi_QObjectDisabled_upcastPtr ( this)
817817 }
818- unsafe fn from_base_ptr ( base : * const :: cxx_qt:: qobject :: QObject ) -> * const Self {
818+ unsafe fn from_base_ptr ( base : * const :: cxx_qt:: QObject ) -> * const Self {
819819 ffi:: cxx_qt_ffi_QObjectDisabled_downcastPtr ( base)
820820 }
821821}
0 commit comments