forked from qt-creator/qt-creator
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
Discussed-with: hjk
This commit is contained in:
@@ -421,7 +421,7 @@ QWidget *DebuggerUISwitcher::createContents(Core::BaseMode *mode)
|
||||
return splitter;
|
||||
}
|
||||
|
||||
void DebuggerUISwitcher::shutdown()
|
||||
void DebuggerUISwitcher::aboutToShutdown()
|
||||
{
|
||||
writeSettings();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user