Refactoring/ios (#300)
iOS app refactoring (native part): - connection bugs fixed - improved stability - logs from network extension
This commit is contained in:
parent
3ce1e40b43
commit
ece15c7394
32 changed files with 935 additions and 3191 deletions
|
@ -42,6 +42,7 @@
|
|||
|
||||
#if defined(Q_OS_IOS)
|
||||
#include "platforms/ios/QtAppDelegate-C-Interface.h"
|
||||
#include "platforms/ios/ios_controller.h"
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
||||
|
@ -107,6 +108,7 @@ void AmneziaApplication::init()
|
|||
|
||||
#if defined(Q_OS_IOS)
|
||||
setStartPageLogic(m_uiLogic->pageLogic<StartPageLogic>());
|
||||
IosController::Instance()->initialize();
|
||||
#endif
|
||||
|
||||
m_engine->load(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue