diff options
author | deva <deva> | 2009-05-11 11:55:58 +0000 |
---|---|---|
committer | deva <deva> | 2009-05-11 11:55:58 +0000 |
commit | 3f638606243a76f2d2115ea0ed87aa7366b59587 (patch) | |
tree | 36bfe3abe50392175555cf9a1b80de3f8c66405a /client/netcom.h | |
parent | 17d50336f9b53e639fdf8b00c3fb25bcaeacdc8d (diff) |
Included 'course' in the commits.
Diffstat (limited to 'client/netcom.h')
-rw-r--r-- | client/netcom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/netcom.h b/client/netcom.h index 81fb147..13f3ac8 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -42,7 +42,7 @@ public: ~NetCom(); QDomDocument send(QString course, QString macro = ""); - void send(QVector< Widget* > widgets, QString macro, QString version); + void send(QVector< Widget* > widgets, QString course, QString macro, QString version); public slots: void readyRead(); |