Nut/sync.profile

9 lines
168 B
Plaintext
Raw Permalink Normal View History

2020-07-29 16:50:32 +08:00
%modules = (
"QtNut" => "$basedir/src/nut",
);
2020-08-12 22:04:59 +08:00
%classnames = (
"nut_global.h" => "NutGlobal"
2023-07-13 16:22:30 +08:00
"numericphrase.h" => "NumericFieldPhrase"
2020-08-12 22:04:59 +08:00
);
$publicclassregexp = ".+";