diff options
author | hjk <qtc-committer@nokia.com> | 2011-09-21 13:05:15 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-09-21 13:06:52 +0200 |
commit | 7bfde77d7c6beeb833e09fa061b16be43f515a62 (patch) | |
tree | 952a277f4ca1c9d33b52b60a213d7db4e20a4e9d /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 56a05bf2870b0a5130dcdd4cf3d90fc0202394db (diff) | |
download | qt-creator-7bfde77d7c6beeb833e09fa061b16be43f515a62.tar.gz |
s/error_message/errorMessage/g
Change-Id: I9a91028fb7c00a20843d99ece659ec8b7acc7710
Reviewed-on: http://codereview.qt-project.org/5312
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index 3b75daa3fc..232d878bdc 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -67,7 +67,7 @@ public: CppToolsPlugin(); ~CppToolsPlugin(); - bool initialize(const QStringList &arguments, QString *error_message); + bool initialize(const QStringList &arguments, QString *errorMessage); void extensionsInitialized(); ShutdownFlag aboutToShutdown(); CppModelManager *cppModelManager() { return m_modelManager; } |