Home > Mobile >  Qt5 __super should replace why
Qt5 __super should replace why

Time:05-07

Find a QT code, including __super statement:
 return __super: : moveEvent (event); 

Compile errors in the QT 5.9.8, tip:
Error: the use of undeclared identifier '__super'
__super statements should be how to replace?
  •  Tags:  
  • Qt
  • Related