s/error_message/errorMessage/g

Change-Id: I9a91028fb7c00a20843d99ece659ec8b7acc7710
Reviewed-on: http://codereview.qt-project.org/5312
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-09-21 13:05:15 +02:00
committed by hjk
parent 56a05bf287
commit 7bfde77d7c
39 changed files with 50 additions and 50 deletions

View File

@@ -64,10 +64,10 @@ MacrosPlugin::~MacrosPlugin()
{
}
bool MacrosPlugin::initialize(const QStringList &arguments, QString *error_message)
bool MacrosPlugin::initialize(const QStringList &arguments, QString *errorMessage)
{
Q_UNUSED(arguments);
Q_UNUSED(error_message);
Q_UNUSED(errorMessage);
addAutoReleasedObject(new MacroOptionsPage);
addAutoReleasedObject(new MacroLocatorFilter);