mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Return the singleton instance.
|
||||
static CDataCache *instance();
|
||||
|
||||
@@ -23,6 +23,8 @@ namespace BlackCore
|
||||
*/
|
||||
class BLACKCORE_EXPORT CSettingsCache : public BlackMisc::CValueCache
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Return the singleton instance.
|
||||
static CSettingsCache *instance();
|
||||
|
||||
Reference in New Issue
Block a user