Fixes #410 - away log (you'll find it in the views menu)
[quassel.git] / src / core / sessionthread.h
index e5c41c2..f9280f0 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -44,6 +44,7 @@ public:
 
 public slots:
   void addClient(QObject *peer);
+  void stopSession();
 
 private slots:
   void setSessionInitialized();