Fix gcc warnings

This commit is contained in:
Kai Koehne
2010-03-17 12:18:42 +01:00
parent 3fb241c858
commit 61c786c8fe
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,6 @@ bool QmlInspectorPlugin::initialize(const QStringList &arguments, QString *error
Q_UNUSED(arguments);
Q_UNUSED(errorString);
Core::ICore *core = Core::ICore::instance();
connect(Core::ModeManager::instance(), SIGNAL(currentModeChanged(Core::IMode*)),
SLOT(prepareDebugger(Core::IMode*)));