summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectwindow.h
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-04-28 16:59:03 +0200
committercon <qtc-committer@nokia.com>2010-04-28 17:32:01 +0200
commitca14299790646284fbb660b11bb30de503f76a79 (patch)
tree40e8088e61b5d7bfb298985a02e7fd87ec504102 /src/plugins/projectexplorer/projectwindow.h
parent00dac575a33e8cac22c87f787a1aedd9d4617b82 (diff)
downloadqt-creator-ca14299790646284fbb660b11bb30de503f76a79.tar.gz
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
Discussed-with: hjk
Diffstat (limited to 'src/plugins/projectexplorer/projectwindow.h')
-rw-r--r--src/plugins/projectexplorer/projectwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectwindow.h b/src/plugins/projectexplorer/projectwindow.h
index 571aeccbe7..b8f9e0e01a 100644
--- a/src/plugins/projectexplorer/projectwindow.h
+++ b/src/plugins/projectexplorer/projectwindow.h
@@ -85,7 +85,7 @@ public:
explicit ProjectWindow(QWidget *parent = 0);
~ProjectWindow();
- void shutdown();
+ void aboutToShutdown();
private slots:
void showProperties(int index, int subIndex);
void restoreStatus();