Added missing Q_OBJECT macros.

This commit is contained in:
Mathew Sutcliffe
2015-12-06 19:08:18 +00:00
parent 7d5e416991
commit 4a3cf916c7
2 changed files with 4 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ namespace BlackCore
*/
class BLACKCORE_EXPORT CDataCache : public BlackMisc::CValueCache
{
Q_OBJECT
public:
//! Return the singleton instance.
static CDataCache *instance();

View File

@@ -23,6 +23,8 @@ namespace BlackCore
*/
class BLACKCORE_EXPORT CSettingsCache : public BlackMisc::CValueCache
{
Q_OBJECT
public:
//! Return the singleton instance.
static CSettingsCache *instance();