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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user