fix export symbols
All checks were successful
buildbot/DocsGenerator Build finished.
buildbot/LinuxCMakeBuilderQt6 Build finished.

This commit is contained in:
Andrei Yankovich 2025-02-20 11:30:30 +01:00
parent 7dc8e89946
commit 2f6fecae9a

View File

@ -29,7 +29,7 @@ namespace ViewSolutions {
* @param engine is QQmlApplicationEngine object. * @param engine is QQmlApplicationEngine object.
* @return gui model storage object. * @return gui model storage object.
*/ */
QSharedPointer<ModelStorage> init(QQmlApplicationEngine *engine); QSharedPointer<ModelStorage> VIEWSOLUTION_EXPORT init(QQmlApplicationEngine *engine);
} }
#endif // VIEWSOLUTIONS_H #endif // VIEWSOLUTIONS_H