summaryrefslogtreecommitdiff
path: root/client/netcom.h
diff options
context:
space:
mode:
authordeva <deva>2010-05-06 12:31:40 +0000
committerdeva <deva>2010-05-06 12:31:40 +0000
commit3241d29dec9beb0c367340465bd8d9bcab863692 (patch)
treed1f2bdd5b6c625519ac8bafcb5f06947193881e5 /client/netcom.h
parent770335df63d0a42653aaf53bbf2c5532b52bd367 (diff)
Add error box on server error. (on commit).
Diffstat (limited to 'client/netcom.h')
-rw-r--r--client/netcom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/netcom.h b/client/netcom.h
index 32f5982..d890cb0 100644
--- a/client/netcom.h
+++ b/client/netcom.h
@@ -46,8 +46,8 @@ public:
~NetCom();
QDomDocument send(QString templ, QString macro = "", bool lockgui = true);
- void send(QVector< Widget* > widgets, QString templ, QString macro,
- QString version);
+ QDomDocument send(QVector< Widget* > widgets, QString templ, QString macro,
+ QString version);
public slots:
void replyFinished(QNetworkReply*);