DebuggerKitInformation: Remove unused member

Change-Id: I42aca6cca0f54e568b0448f6ca04676d8946a7c2
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2013-01-29 17:53:47 +01:00
parent 33ef5d1ce3
commit 955bc3b98e
3 changed files with 3 additions and 7 deletions

View File

@@ -270,7 +270,7 @@ QList<ProjectExplorer::Task> DebuggerKitInformation::validateDebugger(const Proj
KitConfigWidget *DebuggerKitInformation::createConfigWidget(Kit *k) const
{
return new Internal::DebuggerKitConfigWidget(k, this);
return new Internal::DebuggerKitConfigWidget(k);
}
QString DebuggerKitInformation::userOutput(const DebuggerItem &item)