mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
crash fix
This commit is contained in:
parent
19d395a946
commit
ffa588bf5d
1 changed files with 2 additions and 1 deletions
|
@ -696,7 +696,8 @@ namespace Sandbox {
|
|||
}
|
||||
|
||||
AppClass::AppClass() : QObject()
|
||||
, _uploader(0) {
|
||||
, _uploader(0)
|
||||
, _translator(0) {
|
||||
AppObject = this;
|
||||
|
||||
Fonts::start();
|
||||
|
|
Loading…
Add table
Reference in a new issue