Hello, For a project I am doing, I need to keep track of .qml file changes (modification / deletion / ...) I can connect to the the QmlJS ModelMangerInterface signals: documentChangedOnDisk(QmlJS::Document::Ptr) aboutToRemoveFiles(QStringList)
for modification or deletion. However I would also like to know when a new .qml file was created or when a .qml file was renamed. Renaming does trigger the aboutToRemoveFiles signal, but I am not sure how to get the new name of the file. Does anyone know if this is possible / where I should look further? Regards, Detlev Van Looy
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
