summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/icore.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-06-29 08:13:28 +0200
committerhjk <qtc-committer@nokia.com>2010-06-29 10:58:29 +0200
commitb50ba6a27156045bba3a0107fc40e7385ca163b8 (patch)
treefa63d7f5bf3e9863cdfaac76a48b20ca06b6ca84 /src/plugins/coreplugin/icore.cpp
parent2b1d8f743c4ce57e6828291ac8e715659eb9f087 (diff)
downloadqt-creator-b50ba6a27156045bba3a0107fc40e7385ca163b8.tar.gz
Core::Context: fix documentation, remove an unused variable
Diffstat (limited to 'src/plugins/coreplugin/icore.cpp')
-rw-r--r--src/plugins/coreplugin/icore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/icore.cpp b/src/plugins/coreplugin/icore.cpp
index 363d886b2c..192845b456 100644
--- a/src/plugins/coreplugin/icore.cpp
+++ b/src/plugins/coreplugin/icore.cpp
@@ -249,7 +249,7 @@
*/
/*!
- \fn void ICore::updateAdditionalContexts(const QList<int> &remove, const QList<int> &add)
+ \fn void ICore::updateAdditionalContexts(const Core::Context &remove, const Core::Context &add)
\brief Change the currently active additional contexts.
Removes the list of additional contexts specified by \a remove and adds the
@@ -340,7 +340,7 @@
*/
/*!
- \fn void ICore::contextChanged(Core::IContext *context, const QList<int> &additionalContexts)
+ \fn void ICore::contextChanged(Core::IContext *context, const Core::Context &additionalContexts)
\brief Sent just after a new \a context became the current context
(meaning that its widget got focus), or if the additional context ids changed.
*/