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

@@ -407,41 +407,16 @@ bool ICore::showWarningWithOptions(const QString &title, const QString &text,
settingsId, parent);
}
ActionManager *ICore::actionManager()
{
return m_mainwindow->actionManager();
}
DocumentManager *ICore::documentManager()
{
return DocumentManager::instance();
}
MessageManager *ICore::messageManager()
{
return m_mainwindow->messageManager();
}
ProgressManager *ICore::progressManager()
{
return m_mainwindow->progressManager();
}
VariableManager *ICore::variableManager()
{
return m_mainwindow->variableManager();
}
VcsManager *ICore::vcsManager()
{
return m_mainwindow->vcsManager();
}
ModeManager *ICore::modeManager()
{
return m_mainwindow->modeManager();
}
MimeDatabase *ICore::mimeDatabase()
{
return m_mainwindow->mimeDatabase();