Lua: Silence warning

Change-Id: Iec6511b7fca648115f8a350b8de3962c325abf6c
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Christian Stenger
2024-04-18 06:32:16 +02:00
parent c10005e274
commit 55a312b909

View File

@@ -100,7 +100,7 @@ void qobject_index_set(QObject *obj, const char *key, sol::stack_object value)
}
template<class T>
size_t qobject_index_size(QObject *obj)
size_t qobject_index_size(QObject *)
{
return 0;
}