forked from qt-creator/qt-creator
qmlobserver: Remove the changed() hack to get new object.
There is now a hook in QDeclarative itself for that. Needs commit af2b28f9ca07057 of Qt
This commit is contained in:
@@ -89,7 +89,6 @@ signals:
|
||||
void designModeBehaviorChanged(bool inDesignMode);
|
||||
void reloaded(); // the server has reloaded the document
|
||||
void contextPathUpdated(const QStringList &path);
|
||||
void treeRefreshRequested(); // scene has some new items
|
||||
|
||||
protected:
|
||||
virtual void messageReceived(const QByteArray &);
|
||||
|
||||
Reference in New Issue
Block a user