From 9a773bc9ed736301b5ac6f6f8798056194398011 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 30 Jun 2009 17:31:53 +0000 Subject: Removed console on win32 unless, compiled in debug mode. First attempt on a macro dependency system. --- client/mainwindow.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'client/mainwindow.h') diff --git a/client/mainwindow.h b/client/mainwindow.h index 00300f4..d60db9d 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -29,10 +29,13 @@ #include #include +#include #include #include "netcom.h" #include "macrowindow.h" +#include "macro.h" + class MainWindow : public QMainWindow { Q_OBJECT public: @@ -45,10 +48,13 @@ public slots: void update(); private: + void updateCourseHeaders(QDomNode coursenode); + QString course; NetCom netcom; - QMap< QString, MacroWindow* > macros; + // QMap< QString, MacroWindow* > macros; + Macros macros; QWidget *w; QLabel *header; -- cgit v1.2.3