Pagination has been fixed

This commit is contained in:
Arin Alexander
2016-09-16 02:59:56 +04:00
parent 5832d77112
commit c3cc76ca8b
7 changed files with 108 additions and 45 deletions

View File

@@ -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();