diff options
author | Nikolai Kosjar <nikolai.kosjar@digia.com> | 2013-10-07 13:34:40 +0200 |
---|---|---|
committer | Nikolai Kosjar <nikolai.kosjar@digia.com> | 2013-10-10 15:56:12 +0200 |
commit | b8dbac0b9c4c45ee0d17d16eeae9086a14e9656a (patch) | |
tree | 784eb7872148f25bbe34a650b7c152e990ede927 /src/plugins/welcome | |
parent | a48315ee1f5372cacc749a2cf985f55d1e312dbd (diff) | |
download | qt-creator-b8dbac0b9c4c45ee0d17d16eeae9086a14e9656a.tar.gz |
Rename "[Mm]ethod(s)" to "[Ff]unction(s)"
Only methods as programming functions are affected. Besides renaming
some actions like "Switch Between Function Declaration/Definition" this
mostly touches (api) code comments.
This is a follow-up patch to commit 872bfb7.
Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/welcome')
-rw-r--r-- | src/plugins/welcome/welcomeplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/welcome/welcomeplugin.cpp b/src/plugins/welcome/welcomeplugin.cpp index 6b0b3bce48..202645a5d4 100644 --- a/src/plugins/welcome/welcomeplugin.cpp +++ b/src/plugins/welcome/welcomeplugin.cpp @@ -353,7 +353,7 @@ bool WelcomePlugin::initialize(const QStringList & /* arguments */, QString * /* /*! Notification that all extensions that this plugin depends on have been initialized. The dependencies are defined in the plugins .qwp file. - Normally this method is used for things that rely on other plugins to have + Normally this function is used for things that rely on other plugins to have added objects to the plugin manager, that implement interfaces that we're interested in. These objects can now be requested through the PluginManagerInterface. |