refactored BaseWidget

This commit is contained in:
fourtf
2018-07-06 17:11:37 +02:00
parent 741c1f7820
commit b639604a47
31 changed files with 121 additions and 134 deletions
+2 -2
View File
@@ -158,9 +158,9 @@ UserInfoPopup::UserInfoPopup()
this->installEvents();
}
void UserInfoPopup::themeRefreshEvent()
void UserInfoPopup::themeChangedEvent()
{
BaseWindow::themeRefreshEvent();
BaseWindow::themeChangedEvent();
this->setStyleSheet("background: #333");
}