mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
057f921ace
commit
69cd33b733
|
@ -128,6 +128,7 @@ ChatLog::ChatLog(QWidget* parent)
|
||||||
reloadTheme();
|
reloadTheme();
|
||||||
retranslateUi();
|
retranslateUi();
|
||||||
Translator::registerHandler(std::bind(&ChatLog::retranslateUi, this), this);
|
Translator::registerHandler(std::bind(&ChatLog::retranslateUi, this), this);
|
||||||
|
scrollToBottom();
|
||||||
}
|
}
|
||||||
|
|
||||||
ChatLog::~ChatLog()
|
ChatLog::~ChatLog()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user