Changing the location of the report item has been fixed

This commit is contained in:
Arin Alexander
2017-10-12 22:00:17 +03:00
parent 0de9c0dde3
commit d51579e1fc
4 changed files with 25 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ private slots:
void slotMultiItemSelected();
void slotItemDoubleClicked(QTreeWidgetItem* item,int);
void slotActivePageUpdated(LimeReport::PageDesignIntf*);
void slotItemParentChanged(BaseDesignIntf* item, BaseDesignIntf* parent);
private:
ReportDesignWidget* m_report;
QMainWindow* m_mainWindow;