Bazaar: satisfy naming policy

Merge-request: 272
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
cerf
2011-03-14 15:37:30 +01:00
committed by Tobias Hunger
parent 434e32270b
commit 8d97e3bdf2
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ BazaarPlugin::~BazaarPlugin()
m_instance = 0;
}
bool BazaarPlugin::initialize(const QStringList &/*arguments*/, QString * /*error_message*/)
bool BazaarPlugin::initialize(const QStringList &/*arguments*/, QString * /*errorMessage*/)
{
typedef VCSBase::VCSEditorFactory<BazaarEditor> BazaarEditorFactory;