Skip to content

Commit 7003f37

Browse files
committed
DoUpdateAccountsFilter moved to private section
1 parent afc2304 commit 7003f37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/gui-classic/Frames/UFrameAccountExplorer.pas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ TFrameAccountExplorer = class(TFrame)
8888

8989
FLastAccountsGridInvalidateTC : TTickCount;
9090

91+
function DoUpdateAccountsFilter: Boolean;
92+
9193
procedure OnAccountsGridUpdatedData(Sender : TObject);
9294
Procedure OnSelectedAccountsGridUpdated(Sender : TObject);
9395

9496
public
9597
{ Public declarations }
96-
function DoUpdateAccountsFilter: Boolean;
9798

9899
procedure UpdateAccounts(RefreshData : Boolean);
99100
procedure UpdatePrivateKeys;

0 commit comments

Comments
 (0)