Core: Remove deprecated accessors

Also adjust user code.

Change-Id: I60935942a7012e6a0d6091ffbc89d69289366e35
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
hjk
2013-08-29 17:35:08 +02:00
parent eb724f3772
commit e520c38f41
12 changed files with 22 additions and 52 deletions

View File

@@ -179,7 +179,7 @@ static QmlProject::QmlImport detectImport(const QString &qml) {
void QmlProject::parseProject(RefreshOptions options)
{
Core::MessageManager *messageManager = Core::ICore::messageManager();
Core::MessageManager *messageManager = Core::MessageManager::instance();
if (options & Files) {
if (options & ProjectFile)
delete m_projectItem.data();