forked from qt-creator/qt-creator
Core: Remove unused functions from MainWindow
Change-Id: I4f399aa01fc1ef27e35d759ccc74584b8df1ca07 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -964,16 +964,6 @@ void MainWindow::openFileWith()
|
||||
}
|
||||
}
|
||||
|
||||
ActionManager *MainWindow::actionManager() const
|
||||
{
|
||||
return m_actionManager;
|
||||
}
|
||||
|
||||
MessageManager *MainWindow::messageManager() const
|
||||
{
|
||||
return m_messageManager;
|
||||
}
|
||||
|
||||
VcsManager *MainWindow::vcsManager() const
|
||||
{
|
||||
return m_vcsManager;
|
||||
@@ -992,31 +982,11 @@ EditorManager *MainWindow::editorManager() const
|
||||
return m_editorManager;
|
||||
}
|
||||
|
||||
ProgressManager *MainWindow::progressManager() const
|
||||
{
|
||||
return m_progressManager;
|
||||
}
|
||||
|
||||
VariableManager *MainWindow::variableManager() const
|
||||
{
|
||||
return m_variableManager;
|
||||
}
|
||||
|
||||
ModeManager *MainWindow::modeManager() const
|
||||
{
|
||||
return m_modeManager;
|
||||
}
|
||||
|
||||
MimeDatabase *MainWindow::mimeDatabase() const
|
||||
{
|
||||
return m_mimeDatabase;
|
||||
}
|
||||
|
||||
HelpManager *MainWindow::helpManager() const
|
||||
{
|
||||
return m_helpManager;
|
||||
}
|
||||
|
||||
IContext *MainWindow::contextObject(QWidget *widget)
|
||||
{
|
||||
return m_contextWidgets.value(widget);
|
||||
|
||||
Reference in New Issue
Block a user