Object browser has been fixed

Object browser has been fixed
This commit is contained in:
Arin Alexander
2016-04-21 01:06:08 +04:00
parent fa89f21930
commit b770669b64
4 changed files with 11 additions and 0 deletions

View File

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