crash fix

This commit is contained in:
John Preston 2016-02-10 12:41:32 +03:00
parent 19d395a946
commit ffa588bf5d
1 changed files with 2 additions and 1 deletions

View File

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