From 7917d099f34acda6c4c90bca28710a7bd67800e9 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 28 Jan 2011 08:50:27 +0000 Subject: New cross client session system. --- client/mainwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/mainwindow.h') diff --git a/client/mainwindow.h b/client/mainwindow.h index a9fb596..03abf09 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -34,7 +34,7 @@ #include #include "netcom.h" -#include "sessions.h" +//#include "sessions.h" #include "macro.h" class QLabel; @@ -52,7 +52,7 @@ public slots: void closeCommit(); void closeNoCommit(); void closeDiscard(); - void showSessions(); + // void showSessions(); private: void updateTemplateHeaders(QDomNode templatenode); @@ -71,7 +71,7 @@ private: bool initialising; - Sessions sessions; + // Sessions sessions; void init(); -- cgit v1.2.3