That's normal after deleting the QSplashScreen base you should not do any stuff with signal or metadata.
Why don't do that :
and add a Qt::WA_DeleteOnClose flag on your splashscreen (or use deleteLater() ).Qt Code:
//slots void QSS::fechar() { hide(); emit fechou(); close(); }To copy to clipboard, switch view to plain text mode
And please, use CODE TAG!!
Bookmarks