2
1
Fork 0

typegen: add missing qmltypelink shortcode

This commit is contained in:
outfoxxed 2024-07-23 22:16:46 -07:00
parent 18debdc9db
commit 419ebe0cd3
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -0,0 +1,9 @@
{{- $params := dict
"type" (.Get "type")
"module" (.Get "module")
"name" (.Get "name")
"mtype" (.Get "mtype")
"mname" (.Get "mname")
-}}
{{- partial "qmltype.html" $params -}}