Don't use MDeclarativeCache::qDeclarativeView()
Commit d687d112 unfortunately caused two severe regressions for MeeGo: QTCREATORBUG-6473: The application creates two QDeclarativeViews QTCREATORBUG-6490: QDView functions inaccessible. Existing apps broken This commit removes most of d687d112 just leaving the boosted QApplication. Now, QmlApplicationViewer *is* again the QDeclarativeView. Change-Id: I219540353ff4dd1061221d6cbe69ce9a58500e91 Task-Id: QTCREATORBUG-6473 Task-Id: QTCREATORBUG-6490 Reviewed-by:Kai Koehne <kai.koehne@nokia.com>
Showing
- share/qtcreator/templates/qtquickapp/main.cpp 5 additions, 5 deletionsshare/qtcreator/templates/qtquickapp/main.cpp
- share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp 11 additions, 35 deletions.../qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
- share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.h 0 additions, 1 deletion...es/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.h
- src/plugins/qt4projectmanager/wizards/qtquickapp.cpp 1 addition, 1 deletionsrc/plugins/qt4projectmanager/wizards/qtquickapp.cpp
Loading
Please register or sign in to comment