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
@@ -109,7 +109,7 @@ void InterfacesWidget_C::ApplyProcessFilter(quint32 Pid)
//------------------------------------------------------------------------------
void InterfacesWidget_C::SnapInterfaces()
{
PrivateItemList = pModel->findItems(".*", Qt::MatchRegExp, Column_Uuid);
PrivateItemList = pModel->findItems(".*", Qt::MatchRegularExpression, Column_Uuid);
}