mirror of
https://github.com/status-im/status-app.git
synced 2026-08-31 00:51:10 +00:00
feat(onboarding): Added SplashScreen
- Added SplashScreen as initial screen before onboard as per new designs. - Also moved all onboarding related code from main to onboarding section and switched to import this and all other sections as qml modules, exposing this way only necessary files. - Cleaned up unecessary qmldir files and imports. Closes #4954
This commit is contained in:
committed by
Iuri Matias
parent
e5e6914947
commit
c2977e468f
@@ -63,6 +63,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
Global::Singleton::instance()->engine()->addImportPath("qrc:/./StatusQ/src");
|
||||
Global::Singleton::instance()->engine()->addImportPath("qrc:/./imports");
|
||||
Global::Singleton::instance()->engine()->addImportPath("qrc:/./app");
|
||||
|
||||
const QUrl url(QStringLiteral("qrc:/main.qml"));
|
||||
QObject::connect(
|
||||
|
||||
Reference in New Issue
Block a user