warnings--
[quassel.git] / src / core / coreidentity.h
index be6eac1..6cb6cd1 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -36,6 +36,7 @@ class SignalProxy;
 #ifdef HAVE_SSL
 class CoreIdentity;
 class CoreCertManager : public CertManager {
+  SYNCABLE_OBJECT
   Q_OBJECT
 
 public:
@@ -61,6 +62,7 @@ private:
 //  CoreIdentity
 // =========================================
 class CoreIdentity : public Identity {
+  SYNCABLE_OBJECT
   Q_OBJECT
 
 public: