Hi:
I am using Apple XCode IDE to develop my QML/Qt app.   I have a C++ object
exported to QML and a QML string passes back to C++.
If I change that string in C++ and re-run, it still shows a previous version
of the string I had from yesterday.   No matter what I change, it is the
copy from yesterday.   Changing the C++ code will reflect changes at runtime
but just not the QML content.   Is QML content cached somewhere by XCode?

thanks in advanced for any tip.


Mark
_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to