This commit is contained in:
John Preston 2016-02-13 14:13:25 +03:00
commit a439fc32da
1 changed files with 2 additions and 1 deletions

View File

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