Fix warning about unused variable

Change-Id: Iaeb962b46fc2b9bc6f3461263e42b5fe4a0d4f9e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-02-06 14:46:41 +01:00
parent 83cac660ad
commit f24d878ba4

View File

@@ -63,6 +63,7 @@ QbsProjectManagerPlugin::QbsProjectManagerPlugin() :
bool QbsProjectManagerPlugin::initialize(const QStringList &arguments, QString *errorMessage)
{
Q_UNUSED(errorMessage);
m_manager = new QbsManager(this);
m_projectExplorer = ProjectExplorer::ProjectExplorerPlugin::instance();
const Core::Context projectContext(::QbsProjectManager::Constants::PROJECT_ID);