forked from qt-creator/qt-creator
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
Discussed-with: hjk
This commit is contained in:
@@ -84,7 +84,7 @@ QmlInspectorPlugin::~QmlInspectorPlugin()
|
||||
m_inspector = 0;
|
||||
}
|
||||
|
||||
void QmlInspectorPlugin::shutdown()
|
||||
void QmlInspectorPlugin::aboutToShutdown()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user