forked from qt-creator/qt-creator
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
Discussed-with: hjk
This commit is contained in:
@@ -269,7 +269,7 @@ ProjectWindow::~ProjectWindow()
|
||||
{
|
||||
}
|
||||
|
||||
void ProjectWindow::shutdown()
|
||||
void ProjectWindow::aboutToShutdown()
|
||||
{
|
||||
showProperties(-1, -1); // TODO that's a bit stupid, but otherwise stuff is still
|
||||
// connected to the session
|
||||
|
||||
Reference in New Issue
Block a user