28 connect(q, SIGNAL(quote(QString,QString,QDate,
double)),
30 connect(q, SIGNAL(status(QString)),
32 connect(q, SIGNAL(error(QString)),
41 const QDate &d,
const double &m)
44 qDebug() <<
"test::AlkQuoteReceiver::slotGetQuote( , " << a <<
" , " << b <<
" , " << d
45 <<
" , " << m <<
" )";
47 m_price = AlkValue(m);
54 qDebug() <<
"test::AlkQuoteReceiver::slotStatus( " << msg <<
" )";
63 qDebug() <<
"test::AlkQuoteReceiver::slotError( " << msg <<
" )";
void slotError(const QString &)
AlkQuoteReceiver(AlkOnlineQuote *q, QObject *parent=0)
void slotGetQuote(const QString &, const QString &, const QDate &, const double &)
void slotStatus(const QString &)