Fix compilation with VS2019 and Qt5.15.2

This commit is contained in:
silverf0x
2021-03-06 15:27:21 +01:00
parent 3c2aaf2971
commit e254e9ce56
6 changed files with 12 additions and 20 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ ULONG EndpointsWidget_C::GetTotalEndpoints()
//------------------------------------------------------------------------------
void EndpointsWidget_C::SnapEndpoint()
{
PrivateItemList = pModel->findItems(".*", Qt::MatchRegExp, Column_Name);
PrivateItemList = pModel->findItems(".*", Qt::MatchRegularExpression, Column_Name);
}