X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorecoreinfo.h;fp=src%2Fcore%2Fcorecoreinfo.h;h=0e77f962a800deda6414d70bdedaa3fef52f7964;hb=694f9bfbf7f1af19108461c7e00d133e55082bce;hp=7bda4f04155cdd662363ba6e35a0cb6315559420;hpb=61c8d84d1c849373e0f115dc748ed45cff95287d;p=quassel.git diff --git a/src/core/corecoreinfo.h b/src/core/corecoreinfo.h index 7bda4f04..0e77f962 100644 --- a/src/core/corecoreinfo.h +++ b/src/core/corecoreinfo.h @@ -28,21 +28,23 @@ class CoreSession; /* * Yes this name is somewhat stupid... but it fits the general naming scheme * which is prefixing core specific sync objects with "Core"... ;) - */ -class CoreCoreInfo : public CoreInfo { - SYNCABLE_OBJECT - Q_OBJECT + */ +class CoreCoreInfo : public CoreInfo +{ + SYNCABLE_OBJECT + Q_OBJECT public: - CoreCoreInfo(CoreSession *parent); + CoreCoreInfo(CoreSession *parent); - inline virtual const QMetaObject *syncMetaObject() const { return &CoreInfo::staticMetaObject; } + inline virtual const QMetaObject *syncMetaObject() const { return &CoreInfo::staticMetaObject; } public slots: - virtual QVariantMap coreData() const; + virtual QVariantMap coreData() const; private: - CoreSession *_coreSession; + CoreSession *_coreSession; }; + #endif //CORECOREINFO_H