read imported file configuration
This commit is contained in:
parent
1800c1ff12
commit
9ed16b81e8
5 changed files with 126 additions and 3 deletions
9
client/platforms/ios/QtAppDelegate-C-Interface.h
Normal file
9
client/platforms/ios/QtAppDelegate-C-Interface.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef QTAPPDELEGATECINTERFACE_H
|
||||
#define QTAPPDELEGATECINTERFACE_H
|
||||
|
||||
#include "ui/pages_logic/StartPageLogic.h"
|
||||
|
||||
void QtAppDelegateInitialize();
|
||||
void setStartPageLogic(StartPageLogic*);
|
||||
|
||||
#endif // QTAPPDELEGATECINTERFACE_H
|
Loading…
Add table
Add a link
Reference in a new issue