0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-04-06 09:23:46 +03:00

remove export

This commit is contained in:
Sanych 2023-11-16 10:20:10 +03:00
parent 8dd7540a8b
commit ed9c66b956
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ private:
Ruler* m_verticalRuller; Ruler* m_verticalRuller;
}; };
class LIMEREPORT_EXPORT ReportDesignWidget : public QWidget class ReportDesignWidget : public QWidget
{ {
Q_OBJECT Q_OBJECT
Q_PROPERTY(QObject* datasourcesManager READ dataManager) Q_PROPERTY(QObject* datasourcesManager READ dataManager)

View File

@ -130,7 +130,7 @@ private:
bool m_firstPage; bool m_firstPage;
}; };
class LIMEREPORT_EXPORT ReportEnginePrivate : public QObject, class ReportEnginePrivate : public QObject,
public ICollectionContainer, public ICollectionContainer,
public ITranslationContainer, public ITranslationContainer,
public IExternalPainter, public IExternalPainter,