Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted by freeppe ( 16 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