We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4ecad commit 00eaed6Copy full SHA for 00eaed6
Quick.Config.Registry.pas
@@ -7,7 +7,7 @@
7
Author : Kike Pérez
8
Version : 1.5
9
Created : 21/10/2017
10
- Modified : 25/01/2019
+ Modified : 12/04/2019
11
12
This file is part of QuickLib: https://github.com/exilon/QuickLib
13
@@ -58,6 +58,12 @@ interface
58
59
type
60
61
+ {$IFNDEF FPC}
62
+ TNotSerializableProperty = Quick.Json.Serializer.TNotSerializableProperty;
63
+ TCommentProperty = Quick.Json.Serializer.TCommentProperty;
64
+ TCustomNameProperty = Quick.Json.Serializer.TCustomNameProperty;
65
+ {$ENDIF}
66
+
67
TAppConfigRegistryProvider = class(TAppConfigProvider)
68
private
69
fRootKey : HKEY;
0 commit comments