aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-21 13:05:15 +0200
committerhjk <qthjk@ovi.com>2011-09-21 13:06:52 +0200
commit7bfde77d7c6beeb833e09fa061b16be43f515a62 (patch)
tree952a277f4ca1c9d33b52b60a213d7db4e20a4e9d /src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
parent56a05bf2870b0a5130dcdd4cf3d90fc0202394db (diff)
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/cmakeprojectmanager/cmakeprojectplugin.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
index 98403f7d386..7c0e877a5ec 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
@@ -49,7 +49,7 @@ public:
CMakeProjectPlugin();
~CMakeProjectPlugin();
- bool initialize(const QStringList &arguments, QString *error_message);
+ bool initialize(const QStringList &arguments, QString *errorMessage);
void extensionsInitialized();
};