mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
a439fc32da
1 changed files with 2 additions and 1 deletions
|
@ -689,7 +689,8 @@ namespace Sandbox {
|
||||||
}
|
}
|
||||||
|
|
||||||
AppClass::AppClass() : QObject()
|
AppClass::AppClass() : QObject()
|
||||||
, _uploader(0) {
|
, _uploader(0)
|
||||||
|
, _translator(0) {
|
||||||
AppObject = this;
|
AppObject = this;
|
||||||
|
|
||||||
Fonts::start();
|
Fonts::start();
|
||||||
|
|
Loading…
Add table
Reference in a new issue