diff options
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(); |