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