forked from qt-creator/qt-creator
KitInformation: Make dataId and priority value members
More in line with recent development. Change-Id: I38ad7dd0cb96080a9dc9cc3165e4fb7c78a736b3 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -229,17 +229,8 @@ void DebuggerItem::reinitializeFromFile()
|
||||
DebuggerKitInformation::DebuggerKitInformation()
|
||||
{
|
||||
setObjectName(QLatin1String("DebuggerKitInformation"));
|
||||
}
|
||||
|
||||
Core::Id DebuggerKitInformation::dataId() const
|
||||
{
|
||||
static Core::Id id = Core::Id(DEBUGGER_INFORMATION);
|
||||
return id;
|
||||
}
|
||||
|
||||
unsigned int DebuggerKitInformation::priority() const
|
||||
{
|
||||
return 28000;
|
||||
setDataId(DEBUGGER_INFORMATION);
|
||||
setPriority(28000);
|
||||
}
|
||||
|
||||
QVariant DebuggerKitInformation::defaultValue(Kit *k) const
|
||||
|
||||
Reference in New Issue
Block a user