making away state and user modes persistent
[quassel.git] / src / core / corebufferviewmanager.cpp
index bf18fee..8b8aedc 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  *
@@ -40,7 +40,7 @@ CoreBufferViewManager::CoreBufferViewManager(SignalProxy *proxy, CoreSession *pa
   }
 }
 
-CoreBufferViewManager::~CoreBufferViewManager() {
+void CoreBufferViewManager::saveBufferViews() {
   QVariantMap views;
 
   BufferViewConfigHash::const_iterator iter = bufferViewConfigHash().constBegin();