QSplashScreen::drawContents() and QWidget::mousePressEvent() are protected functions, you can't redeclare them as public. In other words, they aren't overridden.
QSplashScreen::drawContents() and QWidget::mousePressEvent() are protected functions, you can't redeclare them as public. In other words, they aren't overridden.
J-P Nurmi
Bookmarks