mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Get rid of some rarely used class aliases, to avoid confusion when reading the code
This commit is contained in:
@ -178,7 +178,7 @@ end;
|
||||
|
||||
|
||||
procedure TfrmSQLhelp.treeTopicsGetImageIndex(Sender: TBaseVirtualTree; Node: PVirtualNode;
|
||||
Kind: TVTImageKind; Column: TColumnIndex; var Ghosted: Boolean; var ImageIndex: TImageIndex);
|
||||
Kind: TVTImageKind; Column: TColumnIndex; var Ghosted: Boolean; var ImageIndex: Integer);
|
||||
begin
|
||||
// Return open or closed book icon for folders, or document icon for topics
|
||||
if not (Kind in [ikNormal, ikSelected]) then
|
||||
|
Reference in New Issue
Block a user