add NutGlobal header
This commit is contained in:
parent
6efc4f4ee4
commit
54d78c3b60
|
|
@ -1,5 +1,7 @@
|
|||
%modules = (
|
||||
"QtNut" => "$basedir/src/nut",
|
||||
);
|
||||
|
||||
%classnames = (
|
||||
"nut_global.h" => "NutGlobal"
|
||||
);
|
||||
$publicclassregexp = ".+";
|
||||
|
|
|
|||
Loading…
Reference in New Issue