mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-05 08:53:52 +03:00
remove export
This commit is contained in:
parent
8dd7540a8b
commit
ed9c66b956
@ -102,7 +102,7 @@ private:
|
||||
Ruler* m_verticalRuller;
|
||||
};
|
||||
|
||||
class LIMEREPORT_EXPORT ReportDesignWidget : public QWidget
|
||||
class ReportDesignWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QObject* datasourcesManager READ dataManager)
|
||||
|
@ -130,7 +130,7 @@ private:
|
||||
bool m_firstPage;
|
||||
};
|
||||
|
||||
class LIMEREPORT_EXPORT ReportEnginePrivate : public QObject,
|
||||
class ReportEnginePrivate : public QObject,
|
||||
public ICollectionContainer,
|
||||
public ITranslationContainer,
|
||||
public IExternalPainter,
|
||||
|
Loading…
Reference in New Issue
Block a user