read imported file configuration

This commit is contained in:
eugenyorbitsoftcom 2022-07-11 16:08:57 +06:00
parent 1800c1ff12
commit 9ed16b81e8
5 changed files with 126 additions and 3 deletions

View 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