mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-09 05:57:15 +03:00
Pagination has been fixed
This commit is contained in:
@@ -117,7 +117,7 @@ private slots:
|
||||
void slotUseGrid(bool value);
|
||||
void slotUseMagnet(bool value);
|
||||
void slotLoadRecentFile(const QString fileName);
|
||||
void slotPageAdded(PageDesignIntf* page);
|
||||
void slotPageAdded(PageDesignIntf* );
|
||||
void slotPageDeleted();
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
@@ -138,6 +138,7 @@ private:
|
||||
void createDataWindow();
|
||||
void createScriptWindow();
|
||||
void updateRedoUndo();
|
||||
void updateAvaibleBands();
|
||||
void startNewReport();
|
||||
void writePosition();
|
||||
void writeState();
|
||||
|
Reference in New Issue
Block a user