mirror of https://github.com/procxx/kepka.git
crash fix
This commit is contained in:
parent
19d395a946
commit
ffa588bf5d
|
@ -696,7 +696,8 @@ namespace Sandbox {
|
|||
}
|
||||
|
||||
AppClass::AppClass() : QObject()
|
||||
, _uploader(0) {
|
||||
, _uploader(0)
|
||||
, _translator(0) {
|
||||
AppObject = this;
|
||||
|
||||
Fonts::start();
|
||||
|
|
Loading…
Reference in New Issue