forked from qt-creator/qt-creator
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
Discussed-with: hjk
This commit is contained in:
@@ -146,7 +146,7 @@ void CodepasterPlugin::extensionsInitialized()
|
||||
{
|
||||
}
|
||||
|
||||
void CodepasterPlugin::shutdown()
|
||||
void CodepasterPlugin::aboutToShutdown()
|
||||
{
|
||||
// Delete temporary, fetched files
|
||||
foreach(const QString &fetchedSnippet, m_fetchedSnippets) {
|
||||
|
||||
Reference in New Issue
Block a user