mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Added missing Q_OBJECT macros.
This commit is contained in:
@@ -27,6 +27,8 @@ namespace BlackCore
|
|||||||
*/
|
*/
|
||||||
class BLACKCORE_EXPORT CDataCache : public BlackMisc::CValueCache
|
class BLACKCORE_EXPORT CDataCache : public BlackMisc::CValueCache
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
//! Return the singleton instance.
|
//! Return the singleton instance.
|
||||||
static CDataCache *instance();
|
static CDataCache *instance();
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ namespace BlackCore
|
|||||||
*/
|
*/
|
||||||
class BLACKCORE_EXPORT CSettingsCache : public BlackMisc::CValueCache
|
class BLACKCORE_EXPORT CSettingsCache : public BlackMisc::CValueCache
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
//! Return the singleton instance.
|
//! Return the singleton instance.
|
||||||
static CSettingsCache *instance();
|
static CSettingsCache *instance();
|
||||||
|
|||||||
Reference in New Issue
Block a user