mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
Fix compilation with VS2019 and Qt5.15.2
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user