diff options
author | deva <deva> | 2009-07-03 06:24:12 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-03 06:24:12 +0000 |
commit | f2a1b2e0384ca06c89d52111ea1eb11519a5f625 (patch) | |
tree | 96bd704f81f261962acb7624e7ca5c3f4cc3c212 /client/macro.h | |
parent | 9a773bc9ed736301b5ac6f6f8798056194398011 (diff) |
Fixed bug, where requirements were not updated on commits.
Diffstat (limited to 'client/macro.h')
-rw-r--r-- | client/macro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/macro.h b/client/macro.h index f79583c..4adaf09 100644 --- a/client/macro.h +++ b/client/macro.h @@ -46,6 +46,8 @@ public: void init(QBoxLayout *layout, Macros ¯os, bool initialising, NetCom &netcom, QString course); + void update(QDomNode &node); + QString name; QString caption; |