forked from qt-creator/qt-creator
Fixes: - Rename ActionManagerInterface --> ActionManager
Details: - To make it conform to naming convention.
This commit is contained in:
@@ -815,7 +815,7 @@ void MainWindow::openFileWith()
|
||||
}
|
||||
}
|
||||
|
||||
ActionManagerInterface *MainWindow::actionManager() const
|
||||
ActionManager *MainWindow::actionManager() const
|
||||
{
|
||||
return m_actionManager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user