forked from qt-creator/qt-creator
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:
@@ -119,10 +119,10 @@ CodepasterPlugin::~CodepasterPlugin()
|
||||
CodepasterPlugin::m_instance = 0;
|
||||
}
|
||||
|
||||
bool CodepasterPlugin::initialize(const QStringList &arguments, QString *error_message)
|
||||
bool CodepasterPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
||||
{
|
||||
Q_UNUSED(arguments)
|
||||
Q_UNUSED(error_message)
|
||||
Q_UNUSED(errorMessage)
|
||||
|
||||
// Create the globalcontext list to register actions accordingly
|
||||
Core::Context globalcontext(Core::Constants::C_GLOBAL);
|
||||
|
||||
Reference in New Issue
Block a user