diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-02-28 14:37:11 +0100 |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-02-28 14:37:11 +0100 |
commit | f1c8dc6521952ed501aa062ead1b0e5bdceaa25c (patch) | |
tree | 627777f61ae7b401eb70fe16ffa0811e17c7ff5f /src/plugins/helloworld/helloworldplugin.cpp | |
parent | 7a4213107f0d9dfe1679ff448ef1f179c4a365ae (diff) | |
download | qt-creator-f1c8dc6521952ed501aa062ead1b0e5bdceaa25c.tar.gz |
Fix outdated documentation in helloworldplugin
Diffstat (limited to 'src/plugins/helloworld/helloworldplugin.cpp')
-rw-r--r-- | src/plugins/helloworld/helloworldplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/helloworld/helloworldplugin.cpp b/src/plugins/helloworld/helloworldplugin.cpp index 06d9973d37..637ba20554 100644 --- a/src/plugins/helloworld/helloworldplugin.cpp +++ b/src/plugins/helloworld/helloworldplugin.cpp @@ -125,7 +125,7 @@ bool HelloWorldPlugin::initialize(const QStringList &arguments, QString *error_m } /*! Notification that all extensions that this plugin depends on have been - initialized. The dependencies are defined in the plugins .qwp file. + initialized. The dependencies are defined in the plugins .pluginspec file. Normally this method is used for things that rely on other plugins to have added objects to the plugin manager, that implement interfaces that we're |