Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted by freeppe ( 14 years ago )
#ifndef EBAYREQUEST_H
#define EBAYREQUEST_H
#include<Qt>
#include <qtsoap.h>

class eBayRequest:public QObject
{
    Q_OBJECT
public:
    eBayRequest();
private:
        QString error;
        QtSoapHttpTransport http;
        static const QString Host;
        static const int Version;
        static const QString AppId;
        static const QString RequestEncoding;
        static const QString Urn;
        static const QString ResponseEncoding;
public slots:
        void submitRequest();
        void getResponse();

};

#endif // EBAYREQUEST_H

 

Revise this Paste

Your Name: Code Language: