forked from qt-creator/qt-creator
Replace a few aspect.value() calls with operatpor()
Change-Id: Icaada671fe8dbe59d4f596da49476b3ec2137c25 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -103,7 +103,7 @@ QStringList ValgrindToolRunner::genericToolArguments() const
|
||||
{
|
||||
QString smcCheckValue;
|
||||
|
||||
switch (m_settings.selfModifyingCodeDetection.value()) {
|
||||
switch (m_settings.selfModifyingCodeDetection()) {
|
||||
case ValgrindBaseSettings::DetectSmcNo:
|
||||
smcCheckValue = "none";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user