0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

TableBuilder has been fixed

This commit is contained in:
Arin Alexander
2020-02-16 16:47:26 +03:00
parent 3653ebb859
commit cdab55a5fd
5 changed files with 16 additions and 14 deletions

View File

@@ -338,7 +338,7 @@ public:
Q_INVOKABLE bool prior(const QString& datasourceName);
Q_INVOKABLE bool isEOF(const QString& datasourceName);
Q_INVOKABLE bool invalidate(const QString& datasourceName);
Q_INVOKABLE QObject *createTableBuilder(BaseDesignIntf* horizontalLayout);
Q_INVOKABLE QObject *createTableBuilder(QObject *horizontalLayout);
private:
IDataSourceManager* m_dataManager;
};