Add GDSOFTCLASS to six inheritors of Object
This commit is contained in:
parent
149a4b4ca1
commit
12e97610a8
6 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue