forked from qt-creator/qt-creator
disambiguate IContext for vc9
This commit is contained in:
@@ -462,7 +462,7 @@ void EditorManager::removeEditor(IEditor *editor)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditorManager::handleContextChange(IContext *context)
|
void EditorManager::handleContextChange(Core::IContext *context)
|
||||||
{
|
{
|
||||||
if (debugEditorManager)
|
if (debugEditorManager)
|
||||||
qDebug() << Q_FUNC_INFO;
|
qDebug() << Q_FUNC_INFO;
|
||||||
|
Reference in New Issue
Block a user