mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 10:08:00 +02:00
Deprecated DeleteAndClearItems
This commit is contained in:
parent
bd57172996
commit
1be37e6f24
8 changed files with 17 additions and 7 deletions
|
@ -87,7 +87,7 @@ namespace IDE.ui
|
|||
|
||||
void GetEntries()
|
||||
{
|
||||
DeleteAndClearItems!(mEntries);
|
||||
ClearAndDeleteItems(mEntries);
|
||||
ResolveParams resolveParams = scope ResolveParams();
|
||||
mSourceViewPanel.Classify(ResolveType.GetNavigationData, resolveParams);
|
||||
if (resolveParams.mNavigationData != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue