mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-06 09:23:46 +03:00
remove export
This commit is contained in:
parent
8dd7540a8b
commit
ed9c66b956
@ -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)
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user