From 5d1efcc49ba47eaf5919923f6f6ba82566d9baaf Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 29 May 2008 09:35:32 +0000 Subject: Rewrote the argument parser, for a more "The QT-Way"-like method. --- client/sendrecieve.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/sendrecieve.h') diff --git a/client/sendrecieve.h b/client/sendrecieve.h index a884b81..9e6c171 100644 --- a/client/sendrecieve.h +++ b/client/sendrecieve.h @@ -42,7 +42,7 @@ class SendRecieve : public QObject { Q_OBJECT public: - SendRecieve(); + SendRecieve(QString host, quint16 port); void makeConnection(QDomDocument *xml_req); QByteArray getResult(); @@ -63,6 +63,9 @@ private: QByteArray ba_all; bool has_result; QDomDocument *xml_req; + + QString host; + quint16 port; }; #endif/*_SENDRECIEVE_H_*/ -- cgit v1.2.3