1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #110752 from wheatear-dev/expand-110693

Add `GDSOFTCLASS` to six inheritors of `Object`
This commit is contained in:
Thaddeus Crews
2025-09-22 13:28:41 -05:00
6 changed files with 11 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ struct DBusConnection;
struct DBusMessageIter;
class FreeDesktopPortalDesktop : public Object {
GDSOFTCLASS(FreeDesktopPortalDesktop, Object);
private:
bool unsupported = false;

View File

@@ -45,6 +45,7 @@
#endif
class TTS_Linux : public Object {
GDSOFTCLASS(TTS_Linux, Object);
_THREAD_SAFE_CLASS_
List<DisplayServer::TTSUtterance> queue;