diff options
author | hjk <[email protected]> | 2011-09-21 13:05:15 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2011-09-21 13:06:52 +0200 |
commit | 7bfde77d7c6beeb833e09fa061b16be43f515a62 (patch) | |
tree | 952a277f4ca1c9d33b52b60a213d7db4e20a4e9d /src/plugins/find/findplugin.h | |
parent | 56a05bf2870b0a5130dcdd4cf3d90fc0202394db (diff) |
s/error_message/errorMessage/g
Change-Id: I9a91028fb7c00a20843d99ece659ec8b7acc7710
Reviewed-on: http://codereview.qt-project.org/5312
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/find/findplugin.h')
-rw-r--r-- | src/plugins/find/findplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/find/findplugin.h b/src/plugins/find/findplugin.h index 6feed7f94ab..54062f04d9f 100644 --- a/src/plugins/find/findplugin.h +++ b/src/plugins/find/findplugin.h @@ -66,7 +66,7 @@ public: }; // IPlugin - bool initialize(const QStringList &arguments, QString *error_message); + bool initialize(const QStringList &arguments, QString *errorMessage); void extensionsInitialized(); ShutdownFlag aboutToShutdown(); |