diff options
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 |
