forked from qt-creator/qt-creator
KitInformation: Make defaultValue take a const Kit *
There is no reason not to. Change-Id: I4accb0b690173d93ad6f4c9dd0bce66d8de75faa Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -55,7 +55,7 @@ DebuggerKitInformation::DebuggerKitInformation()
|
||||
setPriority(28000);
|
||||
}
|
||||
|
||||
QVariant DebuggerKitInformation::defaultValue(Kit *k) const
|
||||
QVariant DebuggerKitInformation::defaultValue(const Kit *k) const
|
||||
{
|
||||
ToolChain *tc = ToolChainKitInformation::toolChain(k);
|
||||
if (!tc)
|
||||
|
||||
Reference in New Issue
Block a user