From ed9e290b441a6486c576c2e2e4baa69fa0f3ed37 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 2 Aug 2011 08:00:20 +0000 Subject: New 'open course' feature. --- client/macro.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/macro.h') diff --git a/client/macro.h b/client/macro.h index b24b809..0fd6c51 100644 --- a/client/macro.h +++ b/client/macro.h @@ -44,7 +44,8 @@ class MacroDrawer; class Macro : public Entity { public: - Macro(Entities &entities, NetCom &netcom, QString templ, + Macro(Entities &entities, NetCom &netcom, + QString course, QString templ, QScrollArea *scrollarea); virtual ~Macro() {} @@ -77,6 +78,8 @@ private: QScrollArea *scrollarea; Entities &entities; NetCom &netcom; + + QString course; QString templ; }; -- cgit v1.2.3