ChatWidgetView -> ChannelView, added Emote Picker
This commit is contained in:
@@ -46,12 +46,12 @@ void WindowManager::repaintGifEmotes()
|
||||
}
|
||||
}
|
||||
|
||||
void WindowManager::updateAll()
|
||||
{
|
||||
if (this->mainWindow != nullptr) {
|
||||
this->mainWindow->update();
|
||||
}
|
||||
}
|
||||
// void WindowManager::updateAll()
|
||||
//{
|
||||
// if (this->mainWindow != nullptr) {
|
||||
// this->mainWindow->update();
|
||||
// }
|
||||
//}
|
||||
|
||||
widgets::MainWindow &WindowManager::getMainWindow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user