diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2025-09-20 17:33:08 +0200 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2025-09-20 17:33:08 +0200 |
| commit | ffac2767127fe0bdb990187bbf9ec640e06933a6 (patch) | |
| tree | 65990a5ea86d91a6ba14fcc4a2cf83458a91310f /g_object.h | |
| parent | e7019763076cbbe3d52c2a03133c3ded5558f017 (diff) | |
Diffstat (limited to 'g_object.h')
| -rw-r--r-- | g_object.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,8 @@ public: \ JSON_VALUE_CONSTRUCTOR(base_class, derived_class) \ COPY_CONSTRUCTOR(base_class, derived_class) +namespace goodies +{ class G_Object : public QObject { Q_OBJECT @@ -136,3 +138,4 @@ protected: }; QDebug operator<<(QDebug d, const G_Object& o); +} // namespace goodies |
