mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 19:51:31 +03:00
Report structure browser has been modified
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
void setObject(QObject* value);
|
||||
QObject* object() const;
|
||||
explicit ObjectBrowserNode(QTreeWidget *view);
|
||||
explicit ObjectBrowserNode(QTreeWidgetItem *parent);
|
||||
explicit ObjectBrowserNode(QTreeWidgetItem *parent = 0);
|
||||
bool operator <(const QTreeWidgetItem& other) const;
|
||||
private:
|
||||
QObject* m_object;
|
||||
|
Reference in New Issue
Block a user