Report structure browser has been modified

This commit is contained in:
Arin Alex
2018-08-23 00:53:27 +03:00
parent 3c22c63600
commit a337ef39a4
2 changed files with 22 additions and 3 deletions

View File

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