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 = ".+";