refactor: Rename verify macros

This commit is contained in:
Lars Toenning
2024-11-10 13:10:41 +01:00
parent 0db0c16668
commit 9c879aea1c
74 changed files with 211 additions and 211 deletions

View File

@@ -127,7 +127,7 @@ namespace BlackMisc::Network
case IndexSendReceiveDetails: return Compare::compare(m_sendReceive, compareValue.m_sendReceive);
default: break;
}
BLACK_VERIFY_X(false, Q_FUNC_INFO, qUtf8Printable("No comparison for index " + index.toQString()));
SWIFT_VERIFY_X(false, Q_FUNC_INFO, qUtf8Printable("No comparison for index " + index.toQString()));
return 0;
}
} // namespace