enable summon reaper
diff --git a/chatdialog.h b/chatdialog.h
index 8ad91e3..97e5d6f 100644
--- a/chatdialog.h
+++ b/chatdialog.h
@@ -79,6 +79,8 @@
void updateRosterList(QStringList);
void enableTreeDisplay();
void updateLocalPrefix();
+ void reap();
+ void summonReaper();
// icon related
void iconActivated(QSystemTrayIcon::ActivationReason reason);
@@ -106,6 +108,9 @@
QQueue<SyncDemo::ChatMessage> m_history;
bool m_historyInitialized;
bool m_joined;
+
+ QList<QString> m_zombieList;
+ int m_zombieIndex;
// icon related
QAction *minimizeAction;