Periodically save all settings of a coresession
[quassel.git] / src / core / corecoreinfo.h
index e3eecd8..7bda4f0 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  *
@@ -30,6 +30,7 @@ class CoreSession;
  * which is prefixing core specific sync objects with "Core"... ;)
  */ 
 class CoreCoreInfo : public CoreInfo {
+  SYNCABLE_OBJECT
   Q_OBJECT
 
 public: