mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 02:18:03 +02:00
LResources: deprecate TUtf8Parser class. It's not needed anymore.
(cherry picked from commit 5b65498e19
)
This commit is contained in:
parent
56d3bf0395
commit
a9950fe389
@ -401,7 +401,7 @@ type
|
||||
property SourceLine: Integer read fSourceLine;
|
||||
function SourceColumn: integer;
|
||||
property Token: Char read fToken;
|
||||
end;
|
||||
end deprecated 'use Classes.TParser instead';
|
||||
|
||||
{ TCustomLazComponentQueue
|
||||
A queue to stream components, used for multithreading or network.
|
||||
|
Loading…
Reference in New Issue
Block a user