You've already forked godot
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:
@@ -41,6 +41,8 @@ struct DBusConnection;
|
||||
struct DBusMessageIter;
|
||||
|
||||
class FreeDesktopPortalDesktop : public Object {
|
||||
GDSOFTCLASS(FreeDesktopPortalDesktop, Object);
|
||||
|
||||
private:
|
||||
bool unsupported = false;
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
#endif
|
||||
|
||||
class TTS_Linux : public Object {
|
||||
GDSOFTCLASS(TTS_Linux, Object);
|
||||
_THREAD_SAFE_CLASS_
|
||||
|
||||
List<DisplayServer::TTSUtterance> queue;
|
||||
|
||||
Reference in New Issue
Block a user