From 3f638606243a76f2d2115ea0ed87aa7366b59587 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 11 May 2009 11:55:58 +0000 Subject: Included 'course' in the commits. --- client/netcom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/netcom.h') 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(); -- cgit v1.2.3