2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

crash fix

This commit is contained in:
John Preston
2016-02-10 12:41:32 +03:00
parent 19d395a946
commit ffa588bf5d

View File

@@ -696,7 +696,8 @@ namespace Sandbox {
}
AppClass::AppClass() : QObject()
, _uploader(0) {
, _uploader(0)
, _translator(0) {
AppObject = this;
Fonts::start();