forked from qt-creator/qt-creator
Fixes: - ScriptManagerInterface --> ScriptManager
This commit is contained in:
@@ -850,7 +850,7 @@ ProgressManager *MainWindow::progressManager() const
|
||||
return m_progressManager;
|
||||
}
|
||||
|
||||
ScriptManagerInterface *MainWindow::scriptManager() const
|
||||
ScriptManager *MainWindow::scriptManager() const
|
||||
{
|
||||
return m_scriptManager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user