4
0
mirror of https://github.com/QuasarApp/ViewSolutions.git synced 2025-05-05 05:59:42 +00:00

fix export symbols

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

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