From 54d78c3b609ea5d852dd0a7102629e732ac68201 Mon Sep 17 00:00:00 2001 From: Hamed Masafi Date: Wed, 12 Aug 2020 18:34:59 +0430 Subject: [PATCH] add NutGlobal header --- sync.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sync.profile b/sync.profile index 99aea03..0d98858 100644 --- a/sync.profile +++ b/sync.profile @@ -1,5 +1,7 @@ %modules = ( "QtNut" => "$basedir/src/nut", ); - +%classnames = ( + "nut_global.h" => "NutGlobal" +); $publicclassregexp = ".+";