diff options
author | deva <deva> | 2011-01-28 08:50:27 +0000 |
---|---|---|
committer | deva <deva> | 2011-01-28 08:50:27 +0000 |
commit | 7917d099f34acda6c4c90bca28710a7bd67800e9 (patch) | |
tree | ea9427001b1bf6cd99b04e064a7948d8550e12d8 /client/mainwindow.h | |
parent | 34366d806d70184876ad7d195f21c7d4c257c778 (diff) |
New cross client session system.
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <QFont> #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(); |