GSoC 21 KMyMoney: Replacing member functions of WebPriceQuote

Ralf Habacker ralf.habacker at freenet.de
Thu Jul 1 12:51:48 BST 2021


Am 29.06.21 um 19:50 schrieb Suraj Kumar Mahto:
Hi Surai,

> While replacing member functions of WebPriceQuote 
> with|AlkOnlineQuote(in |
>
> kmymoney/dialogs/kequitypriceupdatedlg.cpp|||). I found out that 
> AlkOnlineQuote::csvquote() is not present in libalkimia as opposed to 
> WebPriceQuote::csvquote() . Do I have to add that in libalkimia source?|
>
The method is a signal

Q_SIGNALS:
     void csvquote(const QString&, const QString&, MyMoneyStatement&);

which uses the type MyMoneyStatement as second parameter only known by 
kmymoney and therefore cannot be added to alkimia.

Regards
Ralf

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-finance-apps/attachments/20210701/6a947652/attachment.htm>


More information about the Kde-finance-apps mailing list